Class EmptySearchResponse
- java.lang.Object
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.SearchResponse
-
- org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.EmptySearchResponse
-
public class EmptySearchResponse extends SearchResponse
Search response with no hit results.
-
-
Constructor Summary
Constructors Constructor Description EmptySearchResponse(long tookInMillis, int responseStatus, long totalHits, float maxScore, int totalShards, int successfulShards, int shardFailures)
-
Method Summary
-
Methods inherited from class org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.SearchResponse
getHits, getMaxScore, getResponseStatus, getShardFailures, getSuccessfulShards, getTookInMillis, getTotalHits, getTotalShards
-
-