Uses of Interface
lumis.portal.bigdata.query.IAggregationResult
-
Packages that use IAggregationResult Package Description lumis.doui.search lumis.portal.bigdata.elasticsearch lumis.portal.bigdata
implementation for using Elasticsearch.lumis.portal.bigdata.query Interfaces and classes used for performing a query inIBigDataRepository
(more specifically in anIBigDataSearcher
).lumis.service.tag -
-
Uses of IAggregationResult in lumis.doui.search
Methods in lumis.doui.search with parameters of type IAggregationResult Modifier and Type Method Description protected String
SearchAggregationControl. getAggregationResultXML(DocumentTypeField field, IAggregationResult result)
Returns a XML string of the given aggregation results for the given field.
The expected XML string format is as follows:
Service lumis.service.news News 10 lumis.service.document Documents 5 -
Uses of IAggregationResult in lumis.portal.bigdata.elasticsearch
Classes in lumis.portal.bigdata.elasticsearch that implement IAggregationResult Modifier and Type Class Description class
AbstractSubAggregationAwareAggregationResult
The abstract implementation of a aggregation result that have sub aggregations.class
AvgAggregationResult
AvgAggregation
result.class
CardinalityAggregationResult
CardinalityAggregation
result.class
MaxAggregationResult
MaxAggregation
result.class
SumAggregationResult
SumAggregation
result.class
ValueCountAggregationResult
ValueCountAggregation
result.Fields in lumis.portal.bigdata.elasticsearch with type parameters of type IAggregationResult Modifier and Type Field Description protected Map<String,IAggregationResult>
AbstractSubAggregationAwareAggregationResult. subAggregations
Methods in lumis.portal.bigdata.elasticsearch that return types with arguments of type IAggregationResult Modifier and Type Method Description Map<String,IAggregationResult>
AbstractSubAggregationAwareAggregationResult. getSubAggregations()
-
Uses of IAggregationResult in lumis.portal.bigdata.query
Subinterfaces of IAggregationResult in lumis.portal.bigdata.query Modifier and Type Interface Description interface
IDateHistogramAggregationResult
Aggregation result
created byDateHistogramAggregation
.interface
IDateRangeAggregationResult
Aggregation result
created byDateRangeAggregation
.interface
IGeoDistanceAggregationResult
Aggregation result generated byGeoDistanceAggregation
.interface
IHistogramAggregationResult
Aggregation result
created byHistogramAggregation
.interface
IMultiBucketAggregationResult<T extends Serializable>
Aggregation result
that aggregates the documents within multiplebuckets
, accordingly to the chosen aggregation type.interface
INestedObjectAggregationResult
A nested object aggregation result.interface
IReverseNestedAggregationResult
A reversed nested aggregation.interface
ISingleBucketAggregationResult
Aggregation result
that is composed of a single (unnamed) bucket that holds all sub-aggregations.interface
ISubAggregationAwareAggregationResult
An aggregation result that contains sub aggregations.interface
ITermsAggregationResult
Aggregation result generated byTermsAggregation
.interface
IValueAggregationResult
Value aggregation result.Methods in lumis.portal.bigdata.query that return IAggregationResult Modifier and Type Method Description IAggregationResult
IMultiBucketAggregationResult.IBucket. getSubAggregation(String subAggregationId)
Returns the sub aggregation with the given identifier ornull
.Methods in lumis.portal.bigdata.query that return types with arguments of type IAggregationResult Modifier and Type Method Description Map<String,IAggregationResult>
ISearchResults. getAggregations()
Returns the aggregation results (unmodifiable) map.List<IAggregationResult>
IMultiBucketAggregationResult.IBucket. getSubAggregations()
Returns an unmodifiable list of sub-aggregation results.Map<String,IAggregationResult>
IReverseNestedAggregationResult. getSubAggregations()
Returns the sub aggregations of this aggregation.Map<String,IAggregationResult>
ISingleBucketAggregationResult. getSubAggregations()
Returns an unmodifiable map of the sub-aggregations.Map<String,IAggregationResult>
ISubAggregationAwareAggregationResult. getSubAggregations()
Returns the sub aggregations of this aggregation. -
Uses of IAggregationResult in lumis.service.tag
Method parameters in lumis.service.tag with type arguments of type IAggregationResult Modifier and Type Method Description protected void
GenericServiceInstancesTagListDataProvider. populateSource(T source, Map<String,IAggregationResult> aggregations, SearchQuery query)
Populates the given source with the given aggregations.
-