Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.SearchHitResponse
-
Packages that use SearchHitResponse Package Description org.dashbuilder.dataprovider.backend.elasticsearch org.dashbuilder.dataprovider.backend.elasticsearch.rest.model -
-
Uses of SearchHitResponse in org.dashbuilder.dataprovider.backend.elasticsearch
Methods in org.dashbuilder.dataprovider.backend.elasticsearch with parameters of type SearchHitResponse Modifier and Type Method Description protected voidElasticSearchDataSetProvider. fillDataSetValues(org.dashbuilder.dataset.def.ElasticSearchDataSetDef elDef, org.dashbuilder.dataset.DataSet dataSet, SearchHitResponse[] hits)Fills the dataset values. -
Uses of SearchHitResponse in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return SearchHitResponse Modifier and Type Method Description SearchHitResponse[]SearchResponse. getHits()Constructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with parameters of type SearchHitResponse Constructor Description SearchResponse(long tookInMillis, int responseStatus, long totalHits, float maxScore, int totalShards, int successfulShards, int shardFailures, SearchHitResponse[] hits)
-