Interface SearchManager.Categorizer<T>

Enclosing interface:
SearchManager

public static interface SearchManager.Categorizer<T>
Since:
6.7
  • Method Summary

    Modifier and Type
    Method
    Description
    Return list of all categories.
    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.
  • Method Details

    • getCategories

      Set<T> getCategories()
      Return list of all categories.
    • getLimit

      int getLimit(T category)
      Returns number of documents required by the given category.
    • getFields

      Set<String> getFields(T category)
      Return Set of fields of the given category to load.