Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 2,845 for

index

(0.03 sec)
  1. Migration Notes | Documentation

    Why To Migrate? Here are the main reasons for using the new updated API provided by GroupDocs.Search for Java from version 19.10: Unified work with some similar entities to increase the intuitiveness of using API. The architecture of the product has been revised and optimized, so that some functions will work faster. Some entities have been renamed to improve code readability. The changes made to the API are not too significant, so the migration will not be too difficult....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . addToIndex...

    docs.groupdocs.com/search/java/migration-notes/
  2. Character types | Documentation

    This page contains descriptions of all character types. Character types differ in how characters of these types are Indexed....Developer Guide / Advanced Usage / Indexing / Character types Character...characters of these types are indexed. For more information on managing...

    docs.groupdocs.com/search/net/character-types/
  3. Output adapters | Documentation

    This article gives the knowledge about output adapters which are used to output generated HTML or plain text to various output objects....@"c:\MyDocuments\" ; // Creating an index settings instance IndexSettings...extracted text in the index // Creating an index in the specified...

    docs.groupdocs.com/search/net/output-adapters/
  4. Case sensitive search | Documentation

    This article gives the knowledge of the case sensitive search which allows you to find words considering uppercase and lowercase letters as distinct using Java....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/case-sensitive-s...
  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....designed to store homophones in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/homophone-dictio...
  6. Synonym dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Synonym dictionary using Java....designed to store synonyms in an index. For information on searching...an index from in specified folder Index index = new Index ( indexFolder...

    docs.groupdocs.com/search/java/synonym-dictionary/
  7. 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/net/using-aliases/
  8. Merge indexes | Documentation

    The merge operation is designed to combine two or more Indexes into one Index to accelerate the search and to simplify the work with Indexes. When merging, only the Index at which the merge method was called is changed. This Index as a result of the operation contains all the documents that were contained in all Indexes together. The second Index or Index repository after the merge can be deleted to free up disk space....Advanced Usage / Indexing / Merge indexes Merge indexes Leave feedback...combine two or more indexes into one index to accelerate the search...

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

    docs.groupdocs.com/search/net/document-passwords/
  10. Indexing password protected documents | Documen...

    This page describes how to perform Indexing of password protected documents. Indexing using the password dictionary To perform Indexing of password protected documents using a password dictionary, you must add passwords for all protected documents to the dictionary before Indexing. To add a document password to the dictionary, you must specify the full path to the document as a key and the actual password to the document. For more information about managing the password dictionary see the Document passwords page in the Managing dictionaries section....Guide / Advanced Usage / Indexing / Indexing password protected documents...documents Indexing password protected documents Leave feedback...

    docs.groupdocs.com/search/java/indexing-passwor...