Sort Score
Result 10 results
Languages All
Labels All
Results 241 - 250 of 2,857 for

indexing

(0.04 sec)
  1. 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....different word forms in an index. String indexFolder = "c:\\MyIndex\\"...an index in the specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/search-for-diffe...
  2. Using aliases | Documentation

    This article shows the use of aliases which allows you to reduce the length of search queries in text form....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/using-aliases/
  3. 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....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/keyboard-layout-...
  4. Homophone search | Documentation

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....Creating an index in the specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    docs.groupdocs.com/search/nodejs-java/homophone...
  5. 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....an index. Information on using stop words during indexing is...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/stop-word-dictio...
  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....Creating an index from in specified folder const index = new groupdocs...groupdocs . search . Index ( indexFolder ); // Indexing documents from...

    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....method of the class, only in one index segment search is performed...relevant when searching in large indexes containing tens and hundreds...

    docs.groupdocs.com/search/nodejs-java/search-by...
  8. Regular expression search | Documentation

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....at the same time, in large indexes, their performance becomes...Creating an index in the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  9. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/synonym-search/
  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....documents to be indexed. Information on indexing password protected...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/document-passwords/