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

query

(0.02 sec)
  1. 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/
  2. Search by chunks | Documentation

    This article gives the knowledge about the ability to perform search by chunks using Java search API....'c:/MyDocuments3/' ; const query = 'invitation' ; // Creating...let result = index . search ( query , options ); console . log (...

    docs.groupdocs.com/search/nodejs-java/search-by...
  3. 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...
  4. 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...
  5. 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-...
  6. 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/
  7. 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...
  8. Storing text of indexed documents | Documentation

    This article explains that how to store text of indexed documents using Java.... // Searching const query = 'Einstein' ; const result...result = index . search ( query ); More resources GitHub examples You...

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