Package | Description |
---|---|
org.elasticsearch.action.exists |
Exists action.
|
org.elasticsearch.client |
The client module allowing to easily perform actions/operations.
|
org.elasticsearch.client.support |
Modifier and Type | Method and Description |
---|---|
ExistsRequestBuilder |
ExistsAction.newRequestBuilder(Client client) |
ExistsRequestBuilder |
ExistsRequestBuilder.setPreference(String preference)
Sets the preference to execute the search.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setQuery(BytesReference queryBinary)
The query binary to execute
|
ExistsRequestBuilder |
ExistsRequestBuilder.setQuery(QueryBuilder queryBuilder)
The query source to execute.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setRouting(String... routing)
The routing values to control the shards that the search will be executed on.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setRouting(String routing)
A comma separated list of routing values to control the shards the search will be executed on.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setSource(byte[] querySource)
The query source to execute.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setSource(BytesReference source)
The source to execute.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setSource(BytesReference source,
boolean unsafe)
The source to execute.
|
ExistsRequestBuilder |
ExistsRequestBuilder.setTypes(String... types)
The types of documents the query will run against.
|
Modifier and Type | Method and Description |
---|---|
ExistsRequestBuilder |
Client.prepareExists(String... indices)
Checks existence of any documents matching a specific query.
|
Modifier and Type | Method and Description |
---|---|
ExistsRequestBuilder |
AbstractClient.prepareExists(String... indices) |
Copyright © 2009–2015. All rights reserved.