[hibernate-dev] HSEARCH FacetManager.getFacetingNames()

Emmanuel Bernard emmanuel at hibernate.org
Wed May 29 07:10:43 EDT 2013


Trying to write a slightly generic code listing the facets and exposing
them in a UI. I cannot find a way to list the faceting requests applied.

Am I missing something? What do you think of adding

    interface FacetingManager {
        List<String> getFacetingNames();
        ...
    }

I'd love a less stringy API but I am out of idea.

Emmanuel


More information about the hibernate-dev mailing list