Uses of Enum Class
org.apache.lucene.index.DocValuesSkipIndexType
Packages that use DocValuesSkipIndexType
Package
Description
Lucene 9.4 file format.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
-
Uses of DocValuesSkipIndexType in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 that return DocValuesSkipIndexTypeModifier and TypeMethodDescriptionprivate static DocValuesSkipIndexType
Lucene94FieldInfosFormat.getDocValuesSkipIndexType
(IndexInput input, byte b) Methods in org.apache.lucene.codecs.lucene94 with parameters of type DocValuesSkipIndexTypeModifier and TypeMethodDescriptionprivate static byte
Lucene94FieldInfosFormat.docValuesSkipIndexByte
(DocValuesSkipIndexType type) -
Uses of DocValuesSkipIndexType in org.apache.lucene.codecs.simpletext
Methods in org.apache.lucene.codecs.simpletext that return DocValuesSkipIndexTypeModifier and TypeMethodDescriptionSimpleTextFieldInfosFormat.docValuesSkipIndexType
(String dvSkipIndexType) Methods in org.apache.lucene.codecs.simpletext with parameters of type DocValuesSkipIndexTypeModifier and TypeMethodDescriptionprivate static String
SimpleTextFieldInfosFormat.getDocValuesSkipIndexType
(DocValuesSkipIndexType type) -
Uses of DocValuesSkipIndexType in org.apache.lucene.document
Fields in org.apache.lucene.document declared as DocValuesSkipIndexTypeMethods 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
Fields in org.apache.lucene.index declared as DocValuesSkipIndexTypeModifier and TypeFieldDescriptionprivate final DocValuesSkipIndexType
FieldInfo.docValuesSkipIndex
private final DocValuesSkipIndexType
FieldInfos.FieldProperties.docValuesSkipIndex
The field for thedocValuesSkipIndex
record component.private DocValuesSkipIndexType
IndexingChain.FieldSchema.docValuesSkipIndex
Methods in org.apache.lucene.index that return DocValuesSkipIndexTypeModifier and TypeMethodDescriptionFieldInfos.FieldProperties.docValuesSkipIndex()
Returns the value of thedocValuesSkipIndex
record component.FieldInfo.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.Methods in org.apache.lucene.index with parameters of type DocValuesSkipIndexTypeModifier and TypeMethodDescription(package private) void
IndexingChain.FieldSchema.setDocValues
(DocValuesType newDocValuesType, DocValuesSkipIndexType newDocValuesSkipIndex) (package private) static void
FieldInfo.verifySameDocValuesSkipIndex
(String fieldName, DocValuesSkipIndexType hasDocValuesSkipIndex1, DocValuesSkipIndexType hasDocValuesSkipIndex2) Verify that the provided docValues type are the sameConstructors 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.private
FieldProperties
(int number, IndexOptions indexOptions, FieldInfos.IndexOptionsProperties indexOptionsProperties, DocValuesType docValuesType, DocValuesSkipIndexType docValuesSkipIndex, FieldInfos.FieldDimensions fieldDimensions, FieldInfos.FieldVectorProperties fieldVectorProperties) Creates an instance of aFieldProperties
record class.