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...
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 page explains the life cycle of an index which begins at the moment of creating an instance of the Index class and first saving the index files to disk...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 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...
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...
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...