java.lang.Object
org.springframework.data.elasticsearch.core.query.IndexBoost

public class IndexBoost extends Object
Defines a IndexBoost to be applied on the "indices_boost" query clause
Author:
Thiago Locatelli
  • Constructor Details

    • IndexBoost

      public IndexBoost(String indexName, float boost)
  • Method Details

    • getIndexName

      public String getIndexName()
    • getBoost

      public float getBoost()