Indexing reports are created for indexing and updating operations. Indexing reports can be retrieved from the index using the getIndexingReports method. Reports are stored in the index only while the index is loaded into RAM for use. If you reload the index, the reports will not be restored.
You can configure the maximum number of stored reports using the setMaxIndexingReportCount method of the IndexSettings class. The default value is 5. Learn more about index settings on the page Search index settings....Advanced Usage / Indexing / Indexing reports Indexing reports Leave...feedback Indexing reports are created for indexing and updating...
The life cycle of an index begins at the moment of creating an instance of the Index class and first saving the index files to disk. The index life cycle ends when a folder containing index files is deleted. Below is a diagram of the recommended sequence of index life cycle states.
Please note that the index life cycle does not consider the events of loading and unloading the index from RAM....Guide / Basic Usage / Index lifecycle Index lifecycle Leave feedback...feedback The life cycle of an index begins at the moment of creating...
This article explains that how to update indexed documents, as well as updating an index version in Java....Advanced Usage / Indexing / Update index Update index Leave feedback...updating indexed documents, as well as updating an index version...
This article explains that how to optimize index to reduce the number of segments in an index using Java....Advanced Usage / Indexing / Optimize index Optimize index Leave feedback...feedback An index optimization operation allows you to reduce the...
This page contains a description of all the properties of the IndexingOptions class...Advanced Usage / Indexing / Indexing options Indexing options Leave...type , used to cancel of an index operation. The default value...
The articles in this section describe advanced search index related topics.
You will find details about index management and advanced options:
More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online document search App Along with full featured .NET library we provide simple, but powerful free Apps....Guide / Advanced Usage / IndexingIndexing Leave feedback The articles...section describe advanced search index related topics. You will find...
GroupDocs.Search for Node.js supports the ability to remove indexed files and folders from an index. Only files or folders that were explicitly added to the index can be deleted....Usage / Indexing / Delete indexed paths Delete indexed paths Leave...to remove indexed files and folders from an index. Only files...
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...
This article demonstrates that how indexing reports can be retrieved from the index using search API...Advanced Usage / Indexing / Indexing reports Indexing reports Leave...feedback Indexing reports are created for indexing and updating...
This article explains that how to update indexed documents, as well as updating an index version in Java....Advanced Usage / Indexing / Update index Update index Leave feedback...updating indexed documents, as well as updating an index version...