Class SearchResponse

    • Constructor Detail

      • SearchResponse

        public SearchResponse​(long tookInMillis,
                              int responseStatus,
                              long totalHits,
                              float maxScore,
                              int totalShards,
                              int successfulShards,
                              int shardFailures,
                              SearchHitResponse[] hits)
    • Method Detail

      • getTookInMillis

        public long getTookInMillis()
      • getResponseStatus

        public int getResponseStatus()
      • getTotalHits

        public long getTotalHits()
      • getMaxScore

        public float getMaxScore()
      • getTotalShards

        public int getTotalShards()
      • getSuccessfulShards

        public int getSuccessfulShards()
      • getShardFailures

        public int getShardFailures()