Package de.elo.ix.client.esearch
Class AggregationOptions
java.lang.Object
de.elo.ix.client.esearch.ESearchOptions
de.elo.ix.client.esearch.AggregationOptions
- All Implemented Interfaces:
Serializable
Use this class if aggregations in general (i.e. not context terms) should be retrieved by
IXServicePortIF.findAggregations(de.elo.ix.client.ClientInfo, de.elo.ix.client.FindInfo)
.
Submit a map of AggregationQuerys to retrieve result aggregations for each of them.
The resulting list ContextTermResults.contextTerms
is provided in the same order as the
submitted list contextTermQueries- Since:
- 21.03.000.001
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAggregationQueries
(Map<String, AggregationQuery> aggregationQueries) toString()
-
Constructor Details
-
AggregationOptions
public AggregationOptions() -
AggregationOptions
-
-
Method Details
-
getAggregationQueries
-
setAggregationQueries
-
toString
- Overrides:
toString
in classESearchOptions
-