Sort Score
Result 10 results
Languages All
Labels All
Results 131 - 140 of 2,845 for

index

(0.12 sec)
  1. 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/
  2. 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...
  3. 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...
  4. Indexing with stop words | Documentation

    This article demonstrates that how you can enable or disable the use of stop words by setting a value using search API...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/net/indexing-with-sto...
  5. Document renaming | Documentation

    This article demonstrate that how 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...Developer Guide / Advanced Usage / Indexing / Document renaming Document...a situation arises when an indexed document is renamed, but its...

    docs.groupdocs.com/search/net/document-renaming/
  6. 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 const settings...extracted text in the index // Creating an index in the specified...

    docs.groupdocs.com/search/nodejs-java/output-ad...
  7. Alphabet | Documentation

    This article gives the knowledge of the API methods which can be used to perform operations about Alphabets....types of characters used for indexing. For detailed information...opening an index from the specified folder Index index = new Index...

    docs.groupdocs.com/search/net/alphabet/
  8. Cancel All Operations in IndexRepository using ...

    We are proudly announcing the monthly release of GroupDocs.Search for .NET 18.8. Using the latest version, you can now cancel all operations in IndexRepository. We would recommend you to install and use the latest version of the API. Enhancements Following are the enhancements introduced in the latest version: Breaking functionality for Index Repository ClassUsing the latest version you can now cancel the operations in all Indexes in the Index repository....Breaking functionality for Index # Repository ClassUsing the...the operations in all indexes in the index repository. The cancelling...

    blog.groupdocs.com/search/cancel-all-operations...
  9. 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/
  10. 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/