Class SparseVectorFieldMapper

java.lang.Object
org.elasticsearch.index.mapper.Mapper
org.elasticsearch.index.mapper.FieldMapper
org.elasticsearch.index.mapper.vectors.SparseVectorFieldMapper
All Implemented Interfaces:
Cloneable, Iterable<Mapper>, ToXContent, ToXContentFragment

@Deprecated public class SparseVectorFieldMapper extends FieldMapper
Deprecated.
The sparse_vector type was deprecated in 7.x and removed in 8.0. This mapper definition only exists so that 7.x indices can be read without error. TODO: remove in 9.0.
A FieldMapper for indexing a sparse vector of floats.