Package | Description |
---|---|
lumis.doui.search | |
lumis.portal.bigdata.query |
Interfaces and classes used for performing a query in
IBigDataRepository (more specifically in an IBigDataSearcher ). |
Modifier and Type | Method and Description |
---|---|
protected List<IAggregation> |
SearchAggregationControl.getAggregations()
Returns the aggregations that will be performed in search.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFieldAwareAggregation
An
aggregation that is bound to a given field . |
interface |
IMultiBucketAggregation
Aggregation that generates multi bucket aggregation results . |
interface |
ISizeAwareAggregation
Bucket aggregation that has a size configuration. |
interface |
ISubAggregationAwareAggregation
Aggregation that holds sub-aggregations. |
Modifier and Type | Class and Description |
---|---|
class |
GeoDistanceAggregation
Aggregation that aggregates the documents based on a
center point and a collection of ranges .This aggregation produces a result of type IGeoDistanceAggregationResult . |
class |
TermsAggregation
Aggregation that produces an
ITermsAggregationResult . |
Modifier and Type | Method and Description |
---|---|
List<IAggregation> |
SearchQuery.getAggregations()
Returns an unmodifiable list of the added aggregations.
|
List<IAggregation> |
ISubAggregationAwareAggregation.getSubAggregations()
Returns an unmodifiable list of the sub-aggregations.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.addAggregation(IAggregation aggregation)
Adds the given aggregation in this search query.
|
SearchQuery |
SearchQuery.addAggregations(IAggregation... aggregations)
Adds the given aggregations in this search query.
|
void |
ISubAggregationAwareAggregation.addSubAggregation(IAggregation aggregation)
Adds the given sub-aggregation.
|
void |
ISubAggregationAwareAggregation.addSubAggregations(IAggregation... aggregations)
Adds the given sub-aggregations.
|
Modifier and Type | Method and Description |
---|---|
SearchQuery |
SearchQuery.addAggregations(List<IAggregation> aggregations)
Adds the given aggregations in this search query.
|
void |
ISubAggregationAwareAggregation.addSubAggregations(List<IAggregation> aggregations)
Adds the given sub-aggregations.
|
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.