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.The heuristic to utilize when executing a filtered search against vectors indexed in an HNSW graph.Interface for a function that takes a int and booleanRepresents general index options that can be attached to a semantic or vector field.AFieldMapperthat 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.