Sort Score
Result 10 results
Languages All
Labels All
Results 111 - 120 of 2,836 for

index

(0.13 sec)
  1. Faceted search | Documentation

    This article gives the knowledge of the creation of faceted search queries....an index in the specified folder Index index = new Index ( indexFolder...); // Indexing documents from the specified folder index . Add...

    docs.groupdocs.com/search/net/faceted-search/
  2. 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...
  3. 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...
  4. Logging | Documentation

    This article demonstrates that how creating and assigning a logger of an Index, as well as on the implementation of a custom logger using search API....Developer Guide / Advanced Usage / Indexing / Logging Logging Leave feedback...and assigning a logger of an index, as well as on the implementation...

    docs.groupdocs.com/search/net/logging/
  5. Logging | Documentation

    This page contains information on creating and assigning a logger of an Index, as well as on the implementation of a custom logger. Use of standard file logger In order to save information about events and errors in an Index into a file, you should use the standard file logger or your own custom logger. It is important to remember that each time you open an existing Index, you must create and assign an instance of the logger again, because the logger is not saved....Developer Guide / Advanced Usage / Indexing / Logging Logging Leave feedback...and assigning a logger of an index, as well as on the implementation...

    docs.groupdocs.com/search/java/logging/
  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...Creating an index from in specified folder const index = new groupdocs...

    docs.groupdocs.com/search/nodejs-java/synonym-d...
  7. 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/nodejs-java/document-...
  8. 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....@"c:\MyDocuments\" ; Index index = new Index ( indexFolder ); //...// Creating index in the specified folder index . Add ( documentsFolder...

    docs.groupdocs.com/search/net/case-sensitive-se...
  9. Delete indexed documents | Documentation

    GroupDocs.Search has the ability to remove individual documents from the Index that are Indexed from a stream or structure....Usage / Indexing / Delete indexed documents Delete indexed documents...documents from the index that are indexed from a stream or structure...

    docs.groupdocs.com/search/net/delete-indexed-do...
  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/nodejs-java/indexing-...