Re: [hibernate-dev] HSEARCH FacetManager.getFacetingNames()

2013-05-29 Thread Emmanuel Bernard
A proposal to get Facet.getValue more usable. https://hibernate.atlassian.net/browse/HSEARCH-1343 On Wed 2013-05-29 14:33, Emmanuel Bernard wrote: > Actually a List might make sense if the order you define faceting is the > order you want to expose it. But that's a tiny bit far fetched. > > I wo

Re: [hibernate-dev] HSEARCH FacetManager.getFacetingNames()

2013-05-29 Thread Emmanuel Bernard
Actually a List might make sense if the order you define faceting is the order you want to expose it. But that's a tiny bit far fetched. I would love for our API to be easily consumed by UIs but it's a tiny bit impractical at the moment. I've identified the name list issue, serializability is a co

[hibernate-dev] HSEARCH FacetManager.getFacetingNames()

2013-05-29 Thread Emmanuel Bernard
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 getFacetingNames(); ... } I'd love a less