Returned from {@link #CheckIndex()} detailing the health and status of the index.
WARNING: this API is new and experimental and is
subject to suddenly change in the next release.
The CheckIndex..::..Status..::..SegmentInfoStatus type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | CheckIndex..::..Status..::..SegmentInfoStatus | Initializes a new instance of the CheckIndex..::..Status..::..SegmentInfoStatus class |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | compound | True if segment is compound file format. |
![]() | deletionsFileName | Name of the current deletions file name. |
![]() | diagnostics | Map<String, String> 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 null if
this segment does not share the doc store files.
|
![]() | fieldNormStatus | Status for testing of field norms (null if field norms could not be tested). |
![]() | hasDeletions | True if this segment has pending deletions. |
![]() | hasProx | True if at least one of the fields in this segment
does not omitTermFreqAndPositions.
|
![]() | 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 a SegmentReader on this
segment.
|
![]() | sizeMB | Net size (MB) of the files referenced by this
segment.
|
![]() | storedFieldStatus | Status for testing of stored fields (null if stored fields could not be tested). |
![]() | termIndexStatus | Status for testing of indexed terms (null if indexed terms could not be tested). |
![]() | termVectorStatus | Status for testing of term vectors (null if term vectors could not be tested). |