[hibernate-issues] [Hibernate-JIRA] Created: (HSEARCH-713) Drill-down faceting query should not affect other facet counts
Sanne Grinovero (JIRA)
noreply at atlassian.com
Mon Mar 14 15:11:08 EDT 2011
Drill-down faceting query should not affect other facet counts
--------------------------------------------------------------
Key: HSEARCH-713
URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-713
Project: Hibernate Search
Issue Type: Improvement
Components: query
Reporter: Sanne Grinovero
Assignee: Hardy Ferentschik
Fix For: 3.4.0
Using the "drill-down" function in faceting should - at least by default - behave like Amazon's faceting: it affects the filtering of the list shown as current results but should not affect the faceting count of other facets.
(It will of course affect sub-facets, so people can navigate up/down the facet tree to narrow down the results and explore different branches, but the parent branch and it's peers shouldn't be affected.
It's still possible to apply global filters which affect all facets (like a filter applied on root): example enable "only items with at least 4 star reviews" might affect all counters in the tree.
But if I'm in the area "TVs", and then the options {"LED", "Plasma"} open up, when we select "LED" the counters for both "Plasma" and "LED" should not change -> just of course the main results list will show only LED televisions.
For those people who think it should be possible to affect such a drill down feature as a filter, they can still apply the filter globally (on the root query).
{quote}<emmanuel> but to move forward, let's start with what we have. It seems that such alternative are definitely going to be an option on the FacetedManager
<emmanuel> facetedManager.countAs(AMAZON) :){quote}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list