Class DocValues
- java.lang.Object
-
- org.apache.lucene.luke.models.documents.DocValues
-
public final class DocValues extends Object
Holder for doc values.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocValuesTypegetDvType()Returns the type of this doc values.List<Long>getNumericValues()Returns the list of numeric values.List<BytesRef>getValues()Returns the list of (string) values.StringtoString()
-
-
-
Method Detail
-
getDvType
public DocValuesType getDvType()
Returns the type of this doc values.
-
-