Class ElasticsearchDenseVectorIndexOptions

java.lang.Object
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.ElasticsearchDenseVectorIndexOptions

public class ElasticsearchDenseVectorIndexOptions extends Object
An object representing Elasticsearch dense vector-specific index options attributes. See https://www.elastic.co/guide/en/elasticsearch/reference/current/dense-vector.html
  • Constructor Details

    • ElasticsearchDenseVectorIndexOptions

      public ElasticsearchDenseVectorIndexOptions()
  • Method Details

    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getM

      public Integer getM()
    • setM

      public void setM(Integer m)
    • getEfConstruction

      public Integer getEfConstruction()
    • setEfConstruction

      public void setEfConstruction(Integer efConstruction)
    • getExtraAttributes

      public Map<String,com.google.gson.JsonElement> getExtraAttributes()
    • setExtraAttributes

      public void setExtraAttributes(Map<String,com.google.gson.JsonElement> extraAttributes)