public class AggregatedPageImpl<T> extends PageImpl<T> implements AggregatedPage<T>
| Constructor and Description |
|---|
AggregatedPageImpl(List<T> content) |
AggregatedPageImpl(List<T> content,
float maxScore) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
org.elasticsearch.search.aggregations.Aggregations aggregations) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
org.elasticsearch.search.aggregations.Aggregations aggregations,
float maxScore) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
org.elasticsearch.search.aggregations.Aggregations aggregations,
String scrollId) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
org.elasticsearch.search.aggregations.Aggregations aggregations,
String scrollId,
float maxScore) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
float maxScore) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
String scrollId) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
long total,
String scrollId,
float maxScore) |
AggregatedPageImpl(List<T> content,
Pageable pageable,
SearchDocumentResponse response) |
AggregatedPageImpl(List<T> content,
String scrollId) |
AggregatedPageImpl(List<T> content,
String scrollId,
float maxScore) |
| Modifier and Type | Method and Description |
|---|---|
org.elasticsearch.search.aggregations.Aggregation |
getAggregation(String name) |
org.elasticsearch.search.aggregations.Aggregations |
getAggregations() |
protected <U> List<U> |
getConvertedContent(Function<? super T,? extends U> arg0) |
float |
getMaxScore() |
String |
getScrollId() |
boolean |
hasAggregations() |
equals, getTotalElements, getTotalPages, hashCode, hasNext, isLast, map, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitempty, empty, getTotalElements, getTotalPages, mapgetContent, getNumber, getNumberOfElements, getPageable, getSize, getSort, hasContent, hasNext, hasPrevious, isFirst, isLast, nextOrLastPageable, nextPageable, previousOrFirstPageable, previousPageableand, and, and, and, filter, flatMap, get, isEmpty, of, of, of, stream, toList, toSet, toStreamable, toStreamableforEach, iterator, spliteratorpublic AggregatedPageImpl(List<T> content, Pageable pageable, long total, float maxScore)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, String scrollId)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, String scrollId, float maxScore)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, @Nullable org.elasticsearch.search.aggregations.Aggregations aggregations)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, @Nullable org.elasticsearch.search.aggregations.Aggregations aggregations, float maxScore)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, @Nullable org.elasticsearch.search.aggregations.Aggregations aggregations, String scrollId)
public AggregatedPageImpl(List<T> content, Pageable pageable, long total, @Nullable org.elasticsearch.search.aggregations.Aggregations aggregations, String scrollId, float maxScore)
public AggregatedPageImpl(List<T> content, Pageable pageable, SearchDocumentResponse response)
public boolean hasAggregations()
hasAggregations in interface AggregatedPage<T>@Nullable public org.elasticsearch.search.aggregations.Aggregations getAggregations()
getAggregations in interface AggregatedPage<T>@Nullable public org.elasticsearch.search.aggregations.Aggregation getAggregation(String name)
getAggregation in interface AggregatedPage<T>@Nullable public String getScrollId()
getScrollId in interface ScrolledPage<T>public float getMaxScore()
getMaxScore in interface ScoredPage<T>Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.