Uses of Enum Class
org.apache.lucene.index.DocValuesSkipIndexType
Packages that use DocValuesSkipIndexType
Package
Description
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
-
Uses of DocValuesSkipIndexType in org.apache.lucene.document
Methods in org.apache.lucene.document that return DocValuesSkipIndexTypeMethods in org.apache.lucene.document with parameters of type DocValuesSkipIndexTypeModifier and TypeMethodDescriptionvoid
FieldType.setDocValuesSkipIndexType
(DocValuesSkipIndexType docValuesSkipIndex) Set whether to enable a skip index for doc values on this field. -
Uses of DocValuesSkipIndexType in org.apache.lucene.index
Methods in org.apache.lucene.index that return DocValuesSkipIndexTypeModifier and TypeMethodDescriptionFieldInfo.docValuesSkipIndexType()
Returns true if, and only if, this field has a skip index.IndexableFieldType.docValuesSkipIndexType()
Whether a skip index for doc values should be created on this field.static DocValuesSkipIndexType
Returns the enum constant of this class with the specified name.static DocValuesSkipIndexType[]
DocValuesSkipIndexType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.lucene.index with parameters of type DocValuesSkipIndexTypeModifierConstructorDescriptionFieldInfo
(String name, int number, boolean storeTermVector, boolean omitNorms, boolean storePayloads, IndexOptions indexOptions, DocValuesType docValues, DocValuesSkipIndexType docValuesSkipIndex, long dvGen, Map<String, String> attributes, int pointDimensionCount, int pointIndexDimensionCount, int pointNumBytes, int vectorDimension, VectorEncoding vectorEncoding, VectorSimilarityFunction vectorSimilarityFunction, boolean softDeletesField, boolean isParentField) Sole constructor.