org.frameworkset.elasticsearch.entity.ESDatas Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bboss-elasticsearch-rest-entity Show documentation
Show all versions of bboss-elasticsearch-rest-entity Show documentation
bboss elasticsearch client with restful and java api without elasticsearch jar dependended.
package org.frameworkset.elasticsearch.entity;
import java.util.List;
import java.util.Map;
/**
* 查询的结果集
* @param
*/
public class ESDatas extends BaseHitsTotal {
/**
* 当前获取的记录集合
*/
private List datas;
private Map> aggregations;
private String scrollId;
private BaseRestResponse restResponse;
public List getDatas() {
return datas;
}
public void setDatas(List datas) {
this.datas = datas;
}
public Map> getAggregations() {
return aggregations;
}
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy