Class EmptySearchResponse


  • public class EmptySearchResponse
    extends SearchResponse
    Search response with no hit results.
    • Constructor Detail

      • EmptySearchResponse

        public EmptySearchResponse​(long tookInMillis,
                                   int responseStatus,
                                   long totalHits,
                                   float maxScore,
                                   int totalShards,
                                   int successfulShards,
                                   int shardFailures)