Class OpenSearchVectorTypeMethod.Parameters

java.lang.Object
org.hibernate.search.backend.elasticsearch.lowlevel.index.mapping.impl.OpenSearchVectorTypeMethod.Parameters
Enclosing class:
OpenSearchVectorTypeMethod

public static class OpenSearchVectorTypeMethod.Parameters extends Object
  • Constructor Details

    • Parameters

      public Parameters()
  • Method Details

    • getEfConstruction

      public Integer getEfConstruction()
    • setEfConstruction

      public void setEfConstruction(Integer efConstruction)
    • getM

      public Integer getM()
    • setM

      public void setM(Integer m)
    • getExtraAttributes

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

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