All Downloads are FREE. Search and download functionalities are using the official Maven repository.

querqy.elasticsearch.aggregation.DecorationAggregation Maven / Gradle / Ivy

package querqy.elasticsearch.aggregation;

import org.elasticsearch.search.aggregations.Aggregation;

/**
 * A {@code DecorationAggregation} aggregation. Defines a single bucket the holds all the querqy info in the search context.
 */
public interface DecorationAggregation extends Aggregation {

    /**
     * The result of the aggregation. The type of the object depends on the aggregation that was run.
     */
    Object aggregation();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy