| パッケージ | 説明 |
|---|---|
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| クラスと説明 |
|---|
| CountAction
非推奨です。
use the search api with size 0 rather than the count api, namely
SearchAction instead. |
| CountRequest
非推奨です。
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
非推奨です。
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
非推奨です。
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
| クラスと説明 |
|---|
| CountRequest
非推奨です。
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
非推奨です。
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
非推奨です。
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
| クラスと説明 |
|---|
| CountRequest
非推奨です。
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
非推奨です。
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
非推奨です。
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
Copyright © 2009–2016. All rights reserved.