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

com.scaleset.search.es.agg.AggregationConverter Maven / Gradle / Ivy

There is a newer version: 0.24.0
Show newest version
package com.scaleset.search.es.agg;

import com.scaleset.search.Aggregation;
import com.scaleset.search.es.QueryConverter;
import org.elasticsearch.search.aggregations.AbstractAggregationBuilder;

public interface AggregationConverter {

    AbstractAggregationBuilder convert(QueryConverter queryConverter, Aggregation aggregation);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy