| Package | Description |
|---|---|
| org.springframework.data.elasticsearch.core | |
| org.springframework.data.elasticsearch.core.clients.elasticsearch7 |
Classes and interfaces used by the code that uses Elasticsearch 7 client libraries
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Flux<AggregationContainer<?>> |
ReactiveElasticsearchTemplate.aggregate(Query query,
Class<?> entityType) |
reactor.core.publisher.Flux<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<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. |
| Modifier and Type | Class and Description |
|---|---|
class |
ElasticsearchAggregation
AggregationContainer implementation for an Elasticsearch7 aggregation.
|
Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.