Class AggregationOptions

java.lang.Object
de.elo.ix.client.esearch.ESearchOptions
de.elo.ix.client.esearch.AggregationOptions
All Implemented Interfaces:
Serializable

public class AggregationOptions extends ESearchOptions
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: