Uses of Interface
com.atlassian.crowd.search.util.ResultsAggregator
Packages that use ResultsAggregator
-
Uses of ResultsAggregator in com.atlassian.crowd.search.util
Methods in com.atlassian.crowd.search.util that return ResultsAggregatorModifier and TypeMethodDescriptionstatic <T extends User>
ResultsAggregator<T>ResultsAggregators.forUsers(int startIndex, int maxResults) Creates an aggregator that will identify and sort users by lower-cased name.static <T> ResultsAggregator<T>Creates an instance that will sort, de-duplicate and constrain results according to thequery.static <T> ResultsAggregator<T>static <T,K extends Comparable<? super K>>
ResultsAggregator<T>static <T,K extends Comparable<? super K>>
ResultsAggregator<T>ResultsAggregators.with(Function<? super T, ? extends K> maker, int startIndex, int maxResults, boolean merge) static <T,K extends Comparable<? super K>>
ResultsAggregator<T>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.