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

com.es.plus.adapter.params.EsAggResponse Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package com.es.plus.adapter.params;

import org.elasticsearch.search.aggregations.Aggregations;

public interface EsAggResponse {
    /**
     * 获取聚合
     *
     * @return {@link Aggregations}
     */
    Aggregations getAggregations();

    /**
     * 设置聚合
     *
     * @param aggregations 聚合
     */
    void setAggregations(Aggregations aggregations);

    /**
     * 洞穴类
     *
     * @param tClass t类
     */
    void settClass(Class tClass);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy