Uses of Class
org.apache.lucene.index.CheckIndex.Status.DocValuesStatus
Packages that use CheckIndex.Status.DocValuesStatus
-
Uses of CheckIndex.Status.DocValuesStatus in org.apache.lucene.index
Fields in org.apache.lucene.index declared as CheckIndex.Status.DocValuesStatusModifier and TypeFieldDescriptionCheckIndex.Status.SegmentInfoStatus.docValuesStatus
Status for testing of DocValues (null if DocValues could not be tested).Methods in org.apache.lucene.index that return CheckIndex.Status.DocValuesStatusModifier and TypeMethodDescriptionCheckIndex.testDocValues
(CodecReader reader, PrintStream infoStream, boolean failFast) Test docvalues.Methods in org.apache.lucene.index with parameters of type CheckIndex.Status.DocValuesStatusModifier and TypeMethodDescriptionprivate static void
CheckIndex.checkDocValues
(FieldInfo fi, DocValuesProducer dvReader, int maxDoc, PrintStream infoStream, CheckIndex.Status.DocValuesStatus status)