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
_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to