Package | Description |
---|---|
com.groupdocs.search |
The package provides classes for indexing and searching text data in documents of different formats.
|
com.groupdocs.search.common |
The package provides common classes of the library.
|
Modifier and Type | Method and Description |
---|---|
IndexingReport[] |
Index.getIndexingReports()
Gets the reports on indexing operations.
|
Modifier and Type | Method and Description |
---|---|
protected static IndexingReport |
IndexingReport.create(int totalDocumentsInIndex,
int totalTermCount,
double indexedDocumentsSize,
int segmentCount,
long totalIndexSize,
com.aspose.ms.System.DateTime startTime,
com.aspose.ms.System.DateTime endTime,
String[] errors,
String[] indexedDocuments,
String[] updatedDocuments,
String[] removedDocuments) |
Copyright © 2020. All rights reserved.