-
-
Properties Summary
Properties
| Type |
Name and description |
Map<String, org.elasticsearch.search.aggregations.Aggregation> |
aggs 聚合条件结果集 |
org.elasticsearch.search.SearchHit[] |
hits 数据集 |
Integer |
max 每页条数 |
Integer |
offset 当前条数偏移 |
Integer |
page 当前页码 |
Long |
total 总数据量 |
-
Methods Summary
Methods
| Type |
Name and description |
Map<String, Map<Object, Long>> |
aggCounts() 聚合结果的文档数量 |
boolean |
hasMore() 是否还有更多数据 |
List<Map<String, Object>> |
list() 将 hits 转换为 Map 结构的文档列表数据,便于使用 |
String |
toString()
|
-
Inherited Methods Summary
Inherited Methods
| Methods inherited from class |
Name |
class Object |
Object#wait(long, int), Object#wait(long), Object#wait(), Object#equals(Object), Object#toString(), Object#hashCode(), Object#getClass(), Object#notify(), Object#notifyAll() |
-
-
Property Detail
-
Map<String, org.elasticsearch.search.aggregations.Aggregation> aggs
聚合条件结果集
-
Method Detail
-
boolean hasMore()
是否还有更多数据
-
@Override
String toString()
BROPEN Documentation, 2020-04-21 11:12