Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 1,061 for

query

(0.05 sec)
  1. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API...."c:\\MyDocuments\\" ; String query = "Einstein" ; // Creating an...SearchResult result = index . search ( query , options ); System . out ....

    docs.groupdocs.com/search/java/search-by-chunks/
  2. 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...
  3. 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...
  4. Search with Aliases in Document using C#

    Let's learn how to search with aliases in document using C#. Simplify queries, boost accuracy, and achieve robust document search with aliases in C# across platforms....to replace lengthy search queries with concise, user-friendly...alias dictionary Run the search query with Index.Search method by...

    kb.groupdocs.com/search/net/search-with-aliases...
  5. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in documents Java seamlessly....desired files Perform a search query with numeric ranges by calling...executed using straightforward queries like "500 ~~ 600" or by employing...

    kb.groupdocs.com/search/java/numeric-range-sear...
  6. Document passwords | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about document passwords or password dictionary using Java....Searching in the index const query = 'ipsum OR increasing' ; const...const result = index . search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/nodejs-java/document-...
  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. Numeric Range Search in C#

    Effortlessly perform numeric range search in C# with GroupDocs.Search. Learn how to search numeric ranges in documents C# using advanced and efficient techniques....to include Execute a search query with numeric ranges by calling...searches using a simple text query like "500 ~~ 600" or a more...

    kb.groupdocs.com/search/net/numeric-range-searc...
  9. 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...{ System . out . println ( "Query: " + report . getTextQuery ());...

    docs.groupdocs.com/search/java/search-reports/
  10. Indexing with stop words | Documentation

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary....const query = 'on' ; const result = index . search ( query ); More...

    docs.groupdocs.com/search/nodejs-java/indexing-...