@ExperimentalApi
public static interface SearchManager.Categorizer<T>
Modifier and Type | Method and Description |
---|---|
Set<T> |
getCategories()
Return list of all categories.
|
Set<String> |
getFields(T category)
Return Set of fields of the given category to load.
|
int |
getLimit(T category)
Returns number of documents required by the given category.
|
SearchFilter |
getSearchFilter(T category)
Returns search filter of the given category.
|
int getLimit(T category)
SearchFilter getSearchFilter(T category)
Copyright © 2003–2020 Atlassian. All rights reserved.