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

query

(0.23 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. 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/
  3. 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...
  4. Custom text segmenter | Documentation

    GroupDocs.Search provides the ability to set up custom text segmenting....Searching in the index string query = "考虑" ; // Consider SearchResult...SearchResult result = index . Search ( query ); More resources GitHub examples...

    docs.groupdocs.com/search/net/custom-text-segme...
  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...reports ) { console . log ( 'Query: ' + report . getTextQuery ());...

    docs.groupdocs.com/search/nodejs-java/search-re...
  6. Character replacement during indexing | Documen...

    Character replacement during indexing can be used, for example, to convert all text to lowercase characters or to remove diacritics from text....case-insensitive search is performed const query = 'Einstein' ; const options...const result = index . search ( query , options ); More resources...

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