| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.index.CheckIndex.Status.SegmentInfoStatus
public static class CheckIndex.Status.SegmentInfoStatus
Holds the status of each segment in the index.
  See CheckIndex.Status.segmentInfos.
 
WARNING: this API is new and experimental and is subject to suddenly change in the next release.
| Field Summary | |
|---|---|
|  boolean | compoundTrue if segment is compound file format. | 
|  String | deletionsFileNameName of the current deletions file name. | 
|  Map<String,String> | diagnosticsMap that includes certain debugging details that IndexWriter records into each segment it creates | 
|  int | docCountDocument count (does not take deletions into account). | 
|  boolean | docStoreCompoundFileTrue if the shared doc store files are compound file format. | 
|  int | docStoreOffsetDoc store offset, if this segment shares the doc store files (stored fields and term vectors) with other segments. | 
|  String | docStoreSegmentString of the shared doc store segment, or null if this segment does not share the doc store files. | 
|  CheckIndex.Status.FieldNormStatus | fieldNormStatusStatus for testing of field norms (null if field norms could not be tested). | 
|  boolean | hasDeletionsTrue if this segment has pending deletions. | 
|  boolean | hasProxTrue if at least one of the fields in this segment does not omitTermFreqAndPositions. | 
|  String | nameName of the segment. | 
|  int | numDeletedNumber of deleted documents. | 
|  int | numFilesNumber of files referenced by this segment. | 
|  boolean | openReaderPassedTrue if we were able to open a SegmentReader on this segment. | 
|  double | sizeMBNet size (MB) of the files referenced by this segment. | 
|  CheckIndex.Status.StoredFieldStatus | storedFieldStatusStatus for testing of stored fields (null if stored fields could not be tested). | 
|  CheckIndex.Status.TermIndexStatus | termIndexStatusStatus for testing of indexed terms (null if indexed terms could not be tested). | 
|  CheckIndex.Status.TermVectorStatus | termVectorStatusStatus for testing of term vectors (null if term vectors could not be tested). | 
| Constructor Summary | |
|---|---|
| CheckIndex.Status.SegmentInfoStatus() | |
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public String name
public int docCount
public boolean compound
public int numFiles
public double sizeMB
public int docStoreOffset
public String docStoreSegment
public boolean docStoreCompoundFile
public boolean hasDeletions
public String deletionsFileName
public int numDeleted
public boolean openReaderPassed
public boolean hasProx
AbstractField.setOmitTermFreqAndPositions(boolean)public Map<String,String> diagnostics
public CheckIndex.Status.FieldNormStatus fieldNormStatus
public CheckIndex.Status.TermIndexStatus termIndexStatus
public CheckIndex.Status.StoredFieldStatus storedFieldStatus
public CheckIndex.Status.TermVectorStatus termVectorStatus
| Constructor Detail | 
|---|
public CheckIndex.Status.SegmentInfoStatus()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||