| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.client.elc |
This package contains classes that use the new Elasticsearch client library (co.elastic.clients:elasticsearch-java)
to access Elasticsearch.
|
| org.springframework.data.elasticsearch.core |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<? extends AggregationContainer<?>> |
ReactiveElasticsearchTemplate.aggregate(Query query,
Class<?> entityType,
IndexCoordinates index) |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchAggregation
AggregationContainer implementation for an Elasticsearch7 aggregation.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<? extends AggregationContainer<?>> |
AbstractReactiveElasticsearchTemplate.aggregate(Query query,
Class<?> entityType) |
reactor.core.publisher.Flux<? extends AggregationContainer<?>> |
ReactiveSearchOperations.aggregate(Query query,
Class<?> entityType)
Perform an aggregation specified by the given
query. |
reactor.core.publisher.Flux<AggregationContainer<?>> |
ReactiveElasticsearchTemplate.aggregate(Query query,
Class<?> entityType,
IndexCoordinates index) |
reactor.core.publisher.Flux<? extends AggregationContainer<?>> |
ReactiveSearchOperations.aggregate(Query query,
Class<?> entityType,
IndexCoordinates index)
Perform an aggregation specified by the given
query. |
protected reactor.core.publisher.Flux<AggregationContainer<?>> |
ReactiveElasticsearchTemplate.doAggregate(org.elasticsearch.action.search.SearchRequest request)
Customization hook on the actual execution result
Publisher. |
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.