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....Search for Node.js / Developer Guide / Advanced...
This article gives the knowledge about the complete specification of the search query DSL used in text queries using Java search API....Search for Node.js / Developer Guide / Advanced...
Free search api version is available to evaluate the API which will be similar as licensed but with few limitations....Search for Node.js / Getting Started / Evaluation...
This article demonstrates how to convert PowerPoint presentations of PPT, PPTX, ODP to other formats with couple lines of Java code....Conversion for Node.js via Java / Developer guide... GroupDocs.Conversion for Node.js via Java will help you with...
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....Search for Node.js / Developer Guide / Basic Usage...
Document attributes is a special feature designed for marking indexed documents with text labels without the need for re-indexing....Search for Node.js / Developer Guide / Advanced...
This article shows the operations of wildcard search which allows you to search for words with unknown letters or ranges of letters....Search for Node.js / Developer Guide / Advanced...