Interface IQueryAggregationInfo

All Known Implementing Classes:
QueryAggregationInfo

public interface IQueryAggregationInfo
Interface providing information of aggregation applied to a search query. Supports only single field aggregation.
  • Method Details

    • getField

      String getField()
      Returns:
      field to be aggregated
    • getAggregationType

      AggregationType getAggregationType()
      Returns:
      the aggregation function