Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 1,054 for

query

(0.04 sec)
  1. Search in Documents with Keyboard Layout Correc...

    Learn to search in documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for document search in Java....With this feature, even if a query is typed incorrectly due to...search method with your search query and the configured search options...

    kb.groupdocs.com/search/java/search-in-document...
  2. Create Search Report using Java

    Learn how to create search report using Java for indexed data. A sample code example will be provided to generate search report in Java without installing extra software....processes, such as executed queries, time taken for searches, and...of documents that match the query. These reports are especially...

    kb.groupdocs.com/search/java/create-search-repo...
  3. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....// Search in the index const query = '@t OR @e' ; const result...result = index . search ( query ); More resources GitHub examples You...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  4. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an index, as well as on the implementation of a custom logger using search API....@"c:\MyDocuments\" ; string query = "Einstein" ; string logPath...SearchResult result = index . Search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/net/logging/
  5. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved...."c:\\MyDocuments\\" ; String query = "Einstein" ; String logPath...SearchResult result = index . search ( query ); // Search in the index Implementing...

    docs.groupdocs.com/search/java/logging/
  6. Logging | Documentation

    This page contains information on creating and assigning a logger of an index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing index, you must create and assign an instance of the logger again, because the logger is not saved....= 'c:/MyDocuments/' ; const query = 'Einstein' ; const logPath...const result = index . search ( query ); // Search in index Implementing...

    docs.groupdocs.com/search/nodejs-java/logging/
  7. Separate data extraction | Documentation

    This article explains how to separately extract data from documents and add the extracted data to the index....Searching in the index const query = 'Einstein' ; const result...result = index . search ( query ); Note that when indexed documents...

    docs.groupdocs.com/search/nodejs-java/separate-...
  8. Perform Boolean Search using C#

    Perform Boolean search using C# to enhance document retrieval. Learn full-text search with Boolean operators in C# for precise and efficient results in applications....and customize your search queries using logical operators like...NOT to perform your search query Access the search results using...

    kb.groupdocs.com/search/net/perform-boolean-sea...
  9. Search Special Characters in Documents using C#

    Easily search special characters in documents using C#. Enhance accuracy and relevance in text search with special characters in C# across multiple platforms....method by providing a search query Review the search results by...You can formulate a search query that includes special characters...

    kb.groupdocs.com/search/net/search-special-char...
  10. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting....Searching in the index string query = "考虑" ; // Consider SearchResult...SearchResult result = index . Search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/net/custom-text-segme...