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 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 | Class and 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. |
Modifier and Type | Field and Description |
---|---|
protected Map<String,IAggregationResult> |
AbstractSubAggregationAwareAggregationResult.subAggregations |
Modifier and Type | Method and Description |
---|---|
Map<String,IAggregationResult> |
AbstractSubAggregationAwareAggregationResult.getSubAggregations() |
Modifier and Type | Interface and Description |
---|---|
interface |
IDateHistogramAggregationResult
Aggregation result created by DateHistogramAggregation . |
interface |
IDateRangeAggregationResult
Aggregation result created by DateRangeAggregation . |
interface |
IGeoDistanceAggregationResult
Aggregation result generated by
GeoDistanceAggregation . |
interface |
IHistogramAggregationResult
Aggregation result created by HistogramAggregation . |
interface |
IMultiBucketAggregationResult<T extends Serializable>
Aggregation result that aggregates the documents within multiple buckets ,
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 by
TermsAggregation . |
interface |
IValueAggregationResult
Value aggregation result.
|
Modifier and Type | Method and Description |
---|---|
IAggregationResult |
IMultiBucketAggregationResult.IBucket.getSubAggregation(String subAggregationId)
Returns the sub aggregation with the given identifier or
null . |
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> |
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.
|
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.
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.