public class IndexingReport extends Object
IndexingReport provides detailed information about indexing.
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.DateTime |
getEndTime()
gets time when indexing ends.
|
String[] |
getErrors()
Gets list of errors.
|
String[] |
getIndexedDocuments()
Gets list of indexed documents.
|
com.aspose.ms.System.Decimal |
getIndexedDocumentsSize()
Gets size of indexed documents in MB.
|
com.aspose.ms.System.TimeSpan |
getIndexingTime()
Gets indexing time.
|
String[] |
getRemovedDocuments()
Gets list of removed from index documents.
|
int |
getSegmentCount()
Gets count of segments.
|
com.aspose.ms.System.DateTime |
getStartTime()
Gets time when indexing starts.
|
int |
getTotalDocumentsInIndex()
Gets total count of documents in index.
|
long |
getTotalIndexSize()
Gets total index size.
|
int |
getTotalTermCount()
Gets total count of terms in index.
|
String[] |
getUpdatedDocuments()
Gets list of re indexed documents.
|
public final int getTotalDocumentsInIndex()
Gets total count of documents in index.
Value: The total count of documents in index.public final int getTotalTermCount()
Gets total count of terms in index.
Value: The total count of terms in index.public final com.aspose.ms.System.Decimal getIndexedDocumentsSize()
Gets size of indexed documents in MB.
Value: The size of indexed documents.public final int getSegmentCount()
Gets count of segments.
Value: The count of segments.public final long getTotalIndexSize()
Gets total index size.
Value: The total size of index.public final com.aspose.ms.System.DateTime getStartTime()
Gets time when indexing starts.
Value: The time of indexing starting.public final com.aspose.ms.System.DateTime getEndTime()
gets time when indexing ends.
Value: The time of indexing ending.public final com.aspose.ms.System.TimeSpan getIndexingTime()
Gets indexing time.
Value: The indexing time.public final String[] getErrors()
Gets list of errors.
Value: The list of errors.public final String[] getIndexedDocuments()
Gets list of indexed documents.
Value: The list of indexed documents.public final String[] getUpdatedDocuments()
Gets list of re indexed documents.
Value: The list of updated documents.public final String[] getRemovedDocuments()
Gets list of removed from index documents.
Value: The list of removed from index documents.Copyright © 2019. All rights reserved.