Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.SearchRequest
-
Packages that use SearchRequest Package Description org.dashbuilder.dataprovider.backend.elasticsearch.rest org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl -
-
Uses of SearchRequest in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest with parameters of type SearchRequest Modifier and Type Method Description SearchResponseElasticSearchClient. search(org.dashbuilder.dataset.def.ElasticSearchDataSetDef definition, org.dashbuilder.dataset.DataSetMetadata metadata, SearchRequest searchRequest)Obtain documents for a given index/es and type/es -
Uses of SearchRequest in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl with parameters of type SearchRequest Modifier and Type Method Description SearchResponseElasticSearchNativeClient. search(org.dashbuilder.dataset.def.ElasticSearchDataSetDef definition, org.dashbuilder.dataset.DataSetMetadata metadata, SearchRequest request)Constructors in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl with parameters of type SearchRequest Constructor Description NativeClientAggregationsBuilder(ElasticSearchClientFactory clientFactory, org.dashbuilder.dataset.IntervalBuilderDynamicDate intervalBuilder, ElasticSearchUtils utils, org.dashbuilder.dataset.DataSetMetadata metadata, List<org.dashbuilder.dataset.DataColumn> columns, SearchRequest request)
-