Class CheckIndex.Status.SegmentInfoStatus
Holds the status of each segment in the index. See SegmentInfos.
@lucene.experimental
Inheritance
Assembly: DistributedLucene.Net.dll
Syntax
public class SegmentInfoStatus : object
Properties
Name | Description |
---|---|
Codec | Codec used to read this segment. |
Compound | True if segment is compound file format. |
DeletionsGen | Current deletions generation. |
Diagnostics | Map that includes certain debugging details that IndexWriter records into each segment it creates |
DocCount | Document count (does not take deletions into account). |
DocStoreCompoundFile | True if the shared doc store files are compound file format. |
DocStoreOffset | Doc store offset, if this segment shares the doc store files (stored fields and term vectors) with other segments. This is -1 if it does not share. |
DocStoreSegment | String of the shared doc store segment, or |
DocValuesStatus | Status for testing of DocValues ( |
FieldNormStatus | Status for testing of field norms ( |
HasDeletions | True if this segment has pending deletions. |
Name | Name of the segment. |
NumDeleted | Number of deleted documents. |
NumFiles | Number of files referenced by this segment. |
OpenReaderPassed | True if we were able to open an AtomicReader on this segment. |
SizeMB | Net size (MB) of the files referenced by this segment. |
StoredFieldStatus | Status for testing of stored fields ( |
TermIndexStatus | Status for testing of indexed terms ( |
TermVectorStatus | Status for testing of term vectors ( |