Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.exception.ElasticSearchClientGenericException
-
-
Uses of ElasticSearchClientGenericException in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest that throw ElasticSearchClientGenericException Modifier and Type Method Description CountResponseElasticSearchClient. count(String[] index, String[] type)Count documents for a given index/es and type/esMappingsResponseElasticSearchClient. getMappings(String... index)Obtain the mappings for a given index/es.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 ElasticSearchClientGenericException in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that throw ElasticSearchClientGenericException Modifier and Type Method Description List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder>NativeClientAggregationsBuilder. build(org.dashbuilder.dataset.group.DataSetGroup groupOp)CountResponseElasticSearchNativeClient. count(String[] index, String... type)MappingsResponseElasticSearchNativeClient. getMappings(String... index)SearchResponseElasticSearchNativeClient. search(org.dashbuilder.dataset.def.ElasticSearchDataSetDef definition, org.dashbuilder.dataset.DataSetMetadata metadata, SearchRequest request)protected org.elasticsearch.search.aggregations.AbstractAggregationBuilderNativeClientAggregationsBuilder. serializeGroupByFunction(org.dashbuilder.dataset.group.ColumnGroup columnGroup, String resultingColumnId, List<org.elasticsearch.search.aggregations.AbstractAggregationBuilder> aggregationBuilders) -
Uses of ElasticSearchClientGenericException in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util that throw ElasticSearchClientGenericException Modifier and Type Method Description Date[]ElasticSearchUtils. calculateDateLimits(ElasticSearchClient client, org.dashbuilder.dataset.DataSetMetadata metadata, String dateColumnId, Query query)Obtain the minimum date and maximum date values for the given column with identifierdateColumnId.
-