Package | Description |
---|---|
org.springframework.data.elasticsearch.client.reactive | |
org.springframework.data.elasticsearch.core | |
org.springframework.data.elasticsearch.core.query |
Modifier and Type | Method and Description |
---|---|
default reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchClient.updateBy(Consumer<org.elasticsearch.index.reindex.UpdateByQueryRequest> consumer)
Execute a
UpdateByQueryRequest against the update by query API. |
reactor.core.publisher.Mono<ByQueryResponse> |
DefaultReactiveElasticsearchClient.updateBy(HttpHeaders headers,
org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchClient.updateBy(HttpHeaders headers,
org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest)
Execute a
UpdateByQueryRequest against the update by query API. |
default reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchClient.updateBy(org.elasticsearch.index.reindex.UpdateByQueryRequest updateRequest)
Execute a
UpdateByQueryRequest against the update by query API. |
Modifier and Type | Method and Description |
---|---|
static ByQueryResponse |
ResponseConverter.byQueryResponseOf(org.elasticsearch.index.reindex.BulkByScrollResponse bulkByScrollResponse) |
ByQueryResponse |
DocumentOperations.delete(Query query,
Class<?> clazz)
Delete all records matching the query.
|
ByQueryResponse |
AbstractElasticsearchTemplate.delete(Query query,
Class<?> clazz) |
ByQueryResponse |
DocumentOperations.delete(Query query,
Class<?> clazz,
IndexCoordinates index)
Delete all records matching the query.
|
ByQueryResponse |
ElasticsearchTemplate.delete(Query query,
Class<?> clazz,
IndexCoordinates index)
Deprecated.
|
ByQueryResponse |
ElasticsearchRestTemplate.delete(Query query,
Class<?> clazz,
IndexCoordinates index) |
ByQueryResponse |
DocumentOperations.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index)
Update document(s) by query
|
ByQueryResponse |
ElasticsearchTemplate.updateByQuery(UpdateQuery query,
IndexCoordinates index)
Deprecated.
|
ByQueryResponse |
ElasticsearchRestTemplate.updateByQuery(UpdateQuery query,
IndexCoordinates index) |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveDocumentOperations.delete(Query query,
Class<?> entityType)
Delete the documents matching the given
Query extracting index from entity metadata. |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchTemplate.delete(Query query,
Class<?> entityType) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveDocumentOperations.delete(Query query,
Class<?> entityType,
IndexCoordinates index)
Delete the documents matching the given
Query extracting index from entity metadata. |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchTemplate.delete(Query query,
Class<?> entityType,
IndexCoordinates index) |
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveDocumentOperations.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index)
Update document(s) by query.
|
reactor.core.publisher.Mono<ByQueryResponse> |
ReactiveElasticsearchTemplate.updateByQuery(UpdateQuery updateQuery,
IndexCoordinates index) |
Modifier and Type | Method and Description |
---|---|
ByQueryResponse |
ByQueryResponse.ByQueryResponseBuilder.build() |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.