Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 1,061 for

query

(0.05 sec)
  1. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....match the exact case of your query, making it invaluable in scenarios...Search method with the text query you want to search for, ensuring...

    kb.groupdocs.com/search/net/perform-case-sensit...
  2. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....the folder, use the search query and you will get the results...folders as well as search the query in multiple indexes. Available...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  3. Keyboard layout correction | Documentation

    This article gives the knowledge that the keyboard layout correction feature can be used when entering search queries, users of your software may make input errors, forgetting to switch the desired keyboard layout using Java search API....feedback When entering search queries, users of your software may...containing word 'sportsman' const query = 'ызщкеыьфт' ; const result...

    docs.groupdocs.com/search/nodejs-java/keyboard-...
  4. Perform Search by Chunks using C#

    Learn how to search by chunks using C# for efficient data retrieval. Explore C# chunked search in large indexes to handle tens or hundreds of thousands of documents....Search method with the query string and the configured search...and execute a chunked search query. The results are retrieved segment...

    kb.groupdocs.com/search/net/perform-search-by-c...
  5. Perform Wildcard Search using Java

    Learn how to perform wildcard search using Java. Discover how to use wildcard search in Java and group wildcards for more efficient and flexible search queries....technique for handling search queries where exact matches are uncertain...wildcard usage helps optimize query performance and improve the...

    kb.groupdocs.com/search/java/perform-wildcard-s...
  6. Search for different word forms | Documentation

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....Searching in the index const query = 'wished' ; const result =...= index . search ( query , options ); // The following words can...

    docs.groupdocs.com/search/nodejs-java/search-fo...
  7. Stop word dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about stop word dictionary using Java....const query = 'but' ; const result = index . search ( query ); More...

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