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

query

(0.03 sec)
  1. 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/
  2. 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/
  3. 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/
  4. Word forms provider | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about word forms provider interface using Java....const query = 'mrs' ; const result = index . search ( query , options...

    docs.groupdocs.com/search/nodejs-java/word-form...
  5. Homophone dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about homophone dictionary using Java....// Search in the index const query = 'caul' ; const options = new...const result = index . search ( query , options ); More resources...

    docs.groupdocs.com/search/nodejs-java/homophone...
  6. Spelling corrector | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about spelling corrector using Java....spelling errors in search queries, as well as to store words...spelling correction in search queries on the page. To get the number...

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