Module org.elasticsearch.server
Package org.elasticsearch.index.mapper.vectors
package org.elasticsearch.index.mapper.vectors
-
ClassDescriptionProvides the denormalized vectors.A
FieldMapperfor indexing a dense vector of floats.Interface for a function that takes a int and booleanAFieldMapperthat exposes Lucene'sFeatureFieldas a sparse vector of features.DoubleValuesSource that is used to calculate scores according to a similarity function for a KnnFloatVectorField, using the original vector values stored in the indexThis class is forked from the LuceneFeatureFieldimplementation to enable support for storing term vectors.