| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CountRequestBuilder |
CountAction.newRequestBuilder(ElasticsearchClient client)
非推奨です。
|
CountRequestBuilder |
CountRequestBuilder.setMinScore(float minScore)
非推奨です。
The minimum score of the documents to include in the count.
|
CountRequestBuilder |
CountRequestBuilder.setPreference(String preference)
非推奨です。
Sets the preference to execute the search.
|
CountRequestBuilder |
CountRequestBuilder.setQuery(BytesReference queryBinary)
非推奨です。
The query binary to execute
|
CountRequestBuilder |
CountRequestBuilder.setQuery(QueryBuilder queryBuilder)
非推奨です。
The query source to execute.
|
CountRequestBuilder |
CountRequestBuilder.setQuery(XContentBuilder query)
非推奨です。
Constructs a new builder with a raw search query.
|
CountRequestBuilder |
CountRequestBuilder.setRouting(String... routing)
非推奨です。
The routing values to control the shards that the search will be executed on.
|
CountRequestBuilder |
CountRequestBuilder.setRouting(String routing)
非推奨です。
A comma separated list of routing values to control the shards the search will be executed on.
|
CountRequestBuilder |
CountRequestBuilder.setSource(byte[] querySource)
非推奨です。
The query source to execute.
|
CountRequestBuilder |
CountRequestBuilder.setSource(BytesReference source)
非推奨です。
The source to execute.
|
CountRequestBuilder |
CountRequestBuilder.setTerminateAfter(int terminateAfter)
非推奨です。
|
CountRequestBuilder |
CountRequestBuilder.setTypes(String... types)
非推奨です。
The types of documents the query will run against.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CountRequestBuilder |
Client.prepareCount(String... indices)
非推奨です。
use
Client.prepareSearch(String...) instead and set size to 0 |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CountRequestBuilder |
AbstractClient.prepareCount(String... indices) |
Copyright © 2009–2016. All rights reserved.