Class ElasticsearchDenseVectorIndexOptions
java.lang.Object
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.ElasticsearchDenseVectorIndexOptions
An object representing Elasticsearch dense vector-specific index options attributes.
See https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetM()getType()voidsetEfConstruction(Integer efConstruction) voidsetExtraAttributes(Map<String, com.google.gson.JsonElement> extraAttributes) voidvoid
-
Constructor Details
-
ElasticsearchDenseVectorIndexOptions
public ElasticsearchDenseVectorIndexOptions()
-
-
Method Details
-
getType
-
setType
-
getM
-
setM
-
getEfConstruction
-
setEfConstruction
-
getExtraAttributes
-
setExtraAttributes
-