- scroll() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- scroll(Scroll) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- scroll(TimeValue) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- scroll(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- setIndices(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
- setIndicesOptions(IndicesOptions) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
Specifies what type of requested indices to ignore and wildcard indices expressions.
- setQuery(QueryBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The query used to delete documents.
- setQuery(BytesReference) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The query binary used to delete documents.
- setQuery(XContentBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
Constructs a new builder with a raw search query.
- setRouting(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
A comma separated list of routing values to control the shards the action will be executed on.
- setRouting(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The routing values to control the shards that the action will be executed on.
- setSource(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The source to execute.
- setSource(Map<String, Object>) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The source to execute in the form of a map.
- setSource(XContentBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The source to execute in the form of a builder.
- setSource(byte[]) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The source to execute.
- setSource(BytesReference) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The source to execute.
- setTimeout(TimeValue) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
An optional timeout to control how long the delete by query is allowed to take.
- setTimeout(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
An optional timeout to control how long the delete by query is allowed to take.
- setTypes(String...) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequestBuilder
-
The types of documents the query will run against.
- size(int) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- size() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source() - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(QuerySourceBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(Map) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(XContentBuilder) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(String) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(byte[]) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(byte[], int, int) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-
- source(BytesReference) - Method in class org.elasticsearch.action.deletebyquery.DeleteByQueryRequest
-