Package | Description |
---|---|
com.atlassian.crowd.search.util |
Modifier and Type | Method and Description |
---|---|
static <T extends User> |
ResultsAggregators.forUsers(int startIndex,
int maxResults)
Creates an aggregator that will identify and sort users by lower-cased name.
|
static <T,K extends Comparable<? super K>> |
ResultsAggregators.with(com.google.common.base.Function<? super T,? extends K> maker,
int startIndex,
int maxResults) |
static <T,K extends Comparable<? super K>> |
ResultsAggregators.with(com.google.common.base.Function<? super T,? extends K> maker,
Query<? extends T> query)
Creates an instance that will use the provided function to uniquely identify results and that will
expect as many total results as indicated by the query.
|
static <T> ResultsAggregator<T> |
ResultsAggregators.with(Query<T> query)
Creates an instance that will sort, de-duplicate and constrain results according to the
query . |
Copyright © 2020 Atlassian. All rights reserved.