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