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

query

(0.1 sec)
  1. Synonym search online

    Synonym search in document. Perform synonym search of words and phrases online.... × 15% Search query Synonym search Try other Search...of a synonym search is the query "about", which will also match...

    products.groupdocs.app/search/synonym
  2. 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...
  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. 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-...
  5. Search in Documents with Keyboard Layout Correc...

    Learn to search in documents with keyboard layout correction using Java. This guide provides code on how to correct keyboard layout for document search in Java....With this feature, even if a query is typed incorrectly due to...search method with your search query and the configured search options...

    kb.groupdocs.com/search/java/search-in-document...
  6. 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...
  7. 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...
  8. OCR support | Documentation

    OCR support means the ability to connect an external module (library) for the recognition of printed text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for text recognition in images. const indexFolder = 'c:/MyIndex/'; const documentsFolder = 'c:/MyDocuments/'; const Query = 'Einstein'; // Creating an index const index = new groupdocs....= 'c:/MyDocuments/' ; const query = 'Einstein' ; // Creating an...const result = index . search ( query ); More resources GitHub examples...

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