Uses of Record Class
org.apache.lucene.index.FieldInfos.IndexOptionsProperties
Packages that use FieldInfos.IndexOptionsProperties
-
Uses of FieldInfos.IndexOptionsProperties in org.apache.lucene.index
Fields in org.apache.lucene.index declared as FieldInfos.IndexOptionsPropertiesModifier and TypeFieldDescriptionprivate final FieldInfos.IndexOptionsProperties
FieldInfos.FieldProperties.indexOptionsProperties
The field for theindexOptionsProperties
record component.Methods in org.apache.lucene.index that return FieldInfos.IndexOptionsPropertiesModifier and TypeMethodDescriptionFieldInfos.FieldProperties.indexOptionsProperties()
Returns the value of theindexOptionsProperties
record component.Constructors in org.apache.lucene.index with parameters of type FieldInfos.IndexOptionsPropertiesModifierConstructorDescriptionprivate
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.