| Package | Description |
|---|---|
| org.vertexium.query |
| Modifier and Type | Class and Description |
|---|---|
class |
CalendarFieldAggregation |
class |
GeohashAggregation |
class |
HistogramAggregation |
class |
PercentilesAggregation |
class |
RangeAggregation |
class |
StatisticsAggregation |
class |
TermsAggregation |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
QueryBase.getAggregationByName(String aggregationName) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Aggregation> |
QueryBase.getAggregations() |
Iterable<Aggregation> |
CompositeGraphQuery.getAggregations() |
Iterable<Aggregation> |
Query.getAggregations()
Gets the added aggregations
|
Iterable<Aggregation> |
HistogramAggregation.getNestedAggregations() |
Iterable<Aggregation> |
RangeAggregation.getNestedAggregations() |
Iterable<Aggregation> |
CalendarFieldAggregation.getNestedAggregations() |
Iterable<Aggregation> |
GeohashAggregation.getNestedAggregations() |
Iterable<Aggregation> |
SupportsNestedAggregationsAggregation.getNestedAggregations() |
Iterable<Aggregation> |
TermsAggregation.getNestedAggregations() |
| Modifier and Type | Method and Description |
|---|---|
Query |
QueryBase.addAggregation(Aggregation aggregation) |
Query |
CompositeGraphQuery.addAggregation(Aggregation aggregation) |
Query |
Query.addAggregation(Aggregation aggregation)
Add an aggregation to the query
|
void |
HistogramAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
RangeAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
CalendarFieldAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
GeohashAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
SupportsNestedAggregationsAggregation.addNestedAggregation(Aggregation nestedAggregation) |
void |
TermsAggregation.addNestedAggregation(Aggregation nestedAggregation) |
<TResult extends AggregationResult> |
DefaultGraphQueryIterableWithAggregations.getAggregationResult(Aggregation agg,
Iterator<T> it) |
boolean |
QueryBase.isAggregationSupported(Aggregation aggregation) |
static boolean |
DefaultGraphQueryIterableWithAggregations.isAggregationSupported(Aggregation agg) |
boolean |
CompositeGraphQuery.isAggregationSupported(Aggregation aggregation) |
boolean |
DefaultGraphQuery.isAggregationSupported(Aggregation aggregation) |
boolean |
Query.isAggregationSupported(Aggregation aggregation)
Test to see if aggregation is supported.
|
| Constructor and Description |
|---|
DefaultGraphQueryIterableWithAggregations(QueryParameters parameters,
Iterable<T> iterable,
boolean evaluateQueryString,
boolean evaluateHasContainers,
boolean evaluateSortContainers,
Collection<Aggregation> aggregations) |
Copyright © 2014–2017. All rights reserved.