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.IndexOptionsPropertiesFieldInfos.FieldProperties.indexOptionsPropertiesThe field for theindexOptionsPropertiesrecord component.Methods in org.apache.lucene.index that return FieldInfos.IndexOptionsPropertiesModifier and TypeMethodDescriptionFieldInfos.FieldProperties.indexOptionsProperties()Returns the value of theindexOptionsPropertiesrecord component.Constructors in org.apache.lucene.index with parameters of type FieldInfos.IndexOptionsPropertiesModifierConstructorDescriptionprivateFieldProperties(int number, IndexOptions indexOptions, FieldInfos.IndexOptionsProperties indexOptionsProperties, DocValuesType docValuesType, DocValuesSkipIndexType docValuesSkipIndex, FieldInfos.FieldDimensions fieldDimensions, FieldInfos.FieldVectorProperties fieldVectorProperties) Creates an instance of aFieldPropertiesrecord class.