Interface SearchManager.Categorizer<T>
-
- Enclosing interface:
- SearchManager
public static interface SearchManager.Categorizer<T>- Since:
- 6.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<T>getCategories()Return list of all categories.Set<String>getFields(T category)Return Set of fields of the given category to load.intgetLimit(T category)Returns number of documents required by the given category.
-