| 程序包 | 说明 |
|---|---|
| io.manbang.ebatis.core.domain.compatibility |
| 限定符和类型 | 方法和说明 |
|---|---|
CompatibleTermsAggregationBuilder |
CompatibleTermsAggregationBuilder.minDocCount(long minDocCount)
Set the minimum document count terms should have in order to appear in
the response.
|
CompatibleTermsAggregationBuilder |
CompatibleTermsAggregationBuilder.order(List<org.elasticsearch.search.aggregations.BucketOrder> orders) |
CompatibleTermsAggregationBuilder |
CompatibleTermsAggregationBuilder.shardMinDocCount(long shardMinDocCount)
Set the minimum document count terms should have on the shard in order to
appear in the response.
|
CompatibleTermsAggregationBuilder |
CompatibleTermsAggregationBuilder.showTermDocCountError(boolean showTermDocCountError)
Set whether doc count error will be return for individual terms
|
CompatibleTermsAggregationBuilder |
CompatibleTermsAggregationBuilder.size(int size)
Sets the size - indicating how many term buckets should be returned
(defaults to 10)
|
| 构造器和说明 |
|---|
CompatibleTermsAggregationBuilder(CompatibleTermsAggregationBuilder clone,
org.elasticsearch.search.aggregations.AggregatorFactories.Builder factoriesBuilder,
Map<String,Object> metaData) |
Copyright © 2021. All rights reserved.