| Package | Description |
|---|---|
| org.elasticsearch.action.count |
Count action.
|
| org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
| org.elasticsearch.client.support |
| Class and Description |
|---|
| CountAction
Deprecated.
use the search api with size 0 rather than the count api, namely
SearchAction instead. |
| CountRequest
Deprecated.
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
Deprecated.
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
Deprecated.
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
| Class and Description |
|---|
| CountRequest
Deprecated.
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
Deprecated.
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
Deprecated.
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
| Class and Description |
|---|
| CountRequest
Deprecated.
use
SearchRequest instead and set the size to 0 |
| CountRequestBuilder
Deprecated.
use
SearchRequestBuilder instead and set size to 0 |
| CountResponse
Deprecated.
use the search api with size 0 rather than the count api, namely
SearchResponse instead. |
Copyright © 2009–2017. All rights reserved.