Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 2,845 for

index

(0.03 sec)
  1. Merge indexes | Documentation

    This article demonstrates the merge operation which is designed to combine two or more Indexes into one Index to accelerate the search and to simplify the work with Indexes....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/net/merge-indexes/
  2. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....all the aliases defined in an index. Information on using aliases...opening an index from the specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/alias-dic...
  3. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary in Java....all the aliases defined in an index. Information on using aliases...opening an index from the specified folder Index index = new Index...

    docs.groupdocs.com/search/java/alias-dictionary/
  4. Alias dictionary | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alias dictionary....all the aliases defined in an index. Information on using aliases...opening an index from the specified folder Index index = new Index...

    docs.groupdocs.com/search/net/alias-dictionary/
  5. 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....Usage / Indexing / Indexing with stop words Indexing with stop...and can be removed from an index to reduce its size. You can...

    docs.groupdocs.com/search/java/indexing-with-st...
  6. Document renaming | Documentation

    Sometimes a situation arises when an Indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the Index about the renaming of the document, and then the document will not be reIndexed during the update operation. To notify an Index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an Index is notified of the renaming of a document, it will not be reIndexed the next time you call the update method, even if its contents have changed....Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/java/document-renaming/
  7. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . add...

    docs.groupdocs.com/search/java/wildcard-search/
  8. Wildcard search | Documentation

    This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/wildcard-search/
  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 using Java....documents to be indexed. Information on indexing password protected...Creating an index from in specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/document-...
  10. 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....Usage / Indexing / Character replacement during Indexing Character...Character replacement during Indexing Leave feedback Character replacement...

    docs.groupdocs.com/search/net/character-replace...