Package | Description |
---|---|
lumis.doui.search | |
lumis.portal.bigdata.query |
Interfaces and classes used for performing a query in
IBigDataRepository (more specifically in an IBigDataSearcher ). |
lumis.service.tag |
Modifier and Type | Method and 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: |
Modifier and Type | Interface and Description |
---|---|
interface |
IGeoDistanceAggregationResult
Aggregation result generated by
GeoDistanceAggregation . |
interface |
IMultiBucketAggregationResult<T extends Serializable>
Aggregation result that aggregates the documents within multiple buckets ,
accordingly to the chosen aggregation type. |
interface |
ISingleBucketAggregationResult
Aggregation result that is composed of a single (unnamed) bucket that holds all
sub-aggregations. |
interface |
ITermsAggregationResult
Aggregation result generated by
TermsAggregation . |
Modifier and Type | Method and 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> |
ISingleBucketAggregationResult.getSubAggregations()
Returns an unmodifiable map of the sub-aggregations.
|
Modifier and Type | Method and Description |
---|---|
protected void |
GenericServiceInstancesTagListDataProvider.populateSource(T source,
Map<String,IAggregationResult> aggregations,
SearchQuery query)
Populates the given source with the given aggregations.
|
Lumisportal 10.1.2.170428 - Copyright © 2006–2017 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.