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

query

(0.06 sec)
  1. How to Run Examples | Documentation

    This article describes how to run .NET search API code examples....path for your documents string query = "Einstein" ; Index index =...SearchResult result = index . Search ( query ); // Searching in index foreach...

    docs.groupdocs.com/search/net/how-to-run-examples/
  2. Search results | Documentation

    This article shows that how to perform the operations on search results....presence of stop word in a search query. The method returns a chunk...phrase 'Lorem ipsum' const query = 'water OR "Lorem ipsum"' ;...

    docs.groupdocs.com/search/nodejs-java/search-re...
  3. Perform Homophone Search using Java

    Learn how to perform homophone search using Java for phonetic matching. Explore the Java homophone search algorithm for accurate results without extra software....method, passing your search query and the configured search options...search method is used to run the query, delivering a detailed list...

    kb.groupdocs.com/search/java/perform-homophone-...
  4. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks....@"c:\MyDocuments\" ; string query = "Einstein" ; // Creating an...SearchResult result = index . Search ( query , options ); Console . WriteLine...

    docs.groupdocs.com/search/net/search-by-chunks/
  5. Search reports | Documentation

    This article shows that how to perform the operations on generated search reports....occurrences found; The search query; The search options. The following...) { Console . WriteLine ( "Query: " + report . TextQuery ); Console...

    docs.groupdocs.com/search/net/search-reports/
  6. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets using Java....// Search in the index const query = 'Elliot-Murray-Kynynmound'...const result = index . search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/nodejs-java/alphabet/
  7. 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...
  8. 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...
  9. 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...
  10. 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...