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
Show replies by date