Uses of Class
org.dashbuilder.dataprovider.backend.elasticsearch.rest.model.Query
-
-
Uses of Query in org.dashbuilder.dataprovider.backend.elasticsearch.rest
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest that return Query Modifier and Type Method Description QueryElasticSearchQueryBuilder. build()Build the resuling query and/or filters. -
Uses of Query in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that return Query Modifier and Type Method Description QueryElasticSearchQueryBuilderImpl. build()protected QueryElasticSearchQueryBuilderImpl. buildBooleanMatchQuery(org.dashbuilder.dataset.def.ElasticSearchDataSetDef def, String columnId, List params)protected QueryElasticSearchQueryBuilderImpl. buildColumnCoreFunctionFilter(org.dashbuilder.dataset.filter.CoreFunctionFilter filter, org.dashbuilder.dataset.DataSetMetadata metadata)protected QueryElasticSearchQueryBuilderImpl. buildLogicalExpressionFilter(org.dashbuilder.dataset.filter.LogicalExprFilter filter, org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl.ElasticSearchQueryBuilderImpl.Operator operator)protected QueryElasticSearchQueryBuilderImpl. buildTermOrTermsFilter(org.dashbuilder.dataset.def.ElasticSearchDataSetDef def, String columnId, List params)Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl that return types with arguments of type Query Modifier and Type Method Description protected List<Query>ElasticSearchQueryBuilderImpl. asList(Query... queries)Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.impl with parameters of type Query Modifier and Type Method Description protected List<Query>ElasticSearchQueryBuilderImpl. asList(Query... queries)org.elasticsearch.index.query.QueryBuilderNativeClientQueryBuilder. build(Query query) -
Uses of Query in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model that return Query Modifier and Type Method Description QuerySearchRequest. getQuery()QueryQuery. setParam(String key, Object value)Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with parameters of type Query Modifier and Type Method Description voidSearchRequest. setQuery(Query query)Method parameters in org.dashbuilder.dataprovider.backend.elasticsearch.rest.model with type arguments of type Query Modifier and Type Method Description protected StringQuery. collectionToString(Collection<Query> queries, int level) -
Uses of Query in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util
Methods in org.dashbuilder.dataprovider.backend.elasticsearch.rest.util with parameters of type Query 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.
-