java.lang.Object
org.springframework.data.elasticsearch.support.ScoreDoc

public class ScoreDoc extends Object
Since:
4.3
Author:
Peter-Josef Meisch
  • Constructor Details

    • ScoreDoc

      public ScoreDoc(float score, int doc, int shardIndex)
  • Method Details

    • getScore

      public float getScore()
    • getDoc

      public int getDoc()
    • getShardIndex

      public int getShardIndex()