Interface ElasticsearchVectorFieldTypeMappingContributor.Context

Enclosing interface:
ElasticsearchVectorFieldTypeMappingContributor

public static interface ElasticsearchVectorFieldTypeMappingContributor.Context
  • Method Details

    • type

      String type()
    • vectorSimilarity

      VectorSimilarity vectorSimilarity()
    • dimension

      int dimension()
    • efConstruction

      Integer efConstruction()
    • m

      Integer m()
    • searchable

      boolean searchable()