public static class CheckIndex.Status.SegmentInfoStatus extends Object
CheckIndex.Status.segmentInfos
.Modifier and Type | Field and Description |
---|---|
Codec |
codec
Codec used to read this segment.
|
boolean |
compound
True if segment is compound file format.
|
long |
deletionsGen
Current deletions generation.
|
Map<String,String> |
diagnostics
Map that includes certain
debugging details that IndexWriter records into
each segment it creates
|
CheckIndex.Status.DocValuesStatus |
docValuesStatus
Status for testing of DocValues (null if DocValues could not be tested).
|
CheckIndex.Status.FieldInfoStatus |
fieldInfoStatus
Status for testing of field infos
|
CheckIndex.Status.FieldNormStatus |
fieldNormStatus
Status for testing of field norms (null if field norms could not be tested).
|
boolean |
hasDeletions
True if this segment has pending deletions.
|
CheckIndex.Status.LiveDocStatus |
liveDocStatus
Status for testing of livedocs
|
int |
maxDoc
Document count (does not take deletions into account).
|
String |
name
Name of the segment.
|
int |
numFiles
Number of files referenced by this segment.
|
boolean |
openReaderPassed
True if we were able to open a CodecReader on this
segment.
|
CheckIndex.Status.PointsStatus |
pointsStatus
Status for testing of PointValues (null if PointValues could not be tested).
|
double |
sizeMB
Net size (MB) of the files referenced by this
segment.
|
CheckIndex.Status.StoredFieldStatus |
storedFieldStatus
Status for testing of stored fields (null if stored fields could not be tested).
|
CheckIndex.Status.TermIndexStatus |
termIndexStatus
Status for testing of indexed terms (null if indexed terms could not be tested).
|
CheckIndex.Status.TermVectorStatus |
termVectorStatus
Status for testing of term vectors (null if term vectors could not be tested).
|
public String name
public Codec codec
public int maxDoc
public boolean compound
public int numFiles
public double sizeMB
public boolean hasDeletions
public long deletionsGen
public boolean openReaderPassed
public Map<String,String> diagnostics
public CheckIndex.Status.LiveDocStatus liveDocStatus
public CheckIndex.Status.FieldInfoStatus fieldInfoStatus
public CheckIndex.Status.FieldNormStatus fieldNormStatus
public CheckIndex.Status.TermIndexStatus termIndexStatus
public CheckIndex.Status.StoredFieldStatus storedFieldStatus
public CheckIndex.Status.TermVectorStatus termVectorStatus
public CheckIndex.Status.DocValuesStatus docValuesStatus
public CheckIndex.Status.PointsStatus pointsStatus
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.