public class InMemorySearchUtils extends Object
Constructor and Description |
---|
InMemorySearchUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> EntityQuery<T> |
buildSubQuery(EntityQuery<T> query)
Returns query that needs to be executed for each directory to properly merge and produce results.
|
static <T> com.google.common.base.Function<T,String> |
getMergingAggregatingAndSortingComparatorFor(Class<T> type)
Returns a comparator for aggregating and sorting the results.
|
public static <T> com.google.common.base.Function<T,String> getMergingAggregatingAndSortingComparatorFor(Class<T> type)
For:
type
- type we are aggregating.public static <T> EntityQuery<T> buildSubQuery(EntityQuery<T> query)
query
- original queryCopyright © 2019 Atlassian. All rights reserved.