Shai Erera created LUCENE-4772:
----------------------------------
Summary: Move Facet associations to new FacetsAggregator API
Key: LUCENE-4772
URL: https://issues.apache.org/jira/browse/LUCENE-4772
Project: Lucene - Core
Issue Type: Improvement
Components: modules/facet
Reporter: Shai Erera
Assignee: Shai Erera
Move facets associations to the new bulk FacetsAggregator API. Also, today when
you index categories with associations, the categories are written to two
fields redundantly - the associations field and the counting list field.
However, when you aggregate them, you only need to read the associations field.
The counting list field is redundant here.
If an app requires indexing the categories into two lists, it can do so by
adding the categories w/ associations using AssociationFacetFields and the
plain categories (w/ their hierarchy etc.) using FacetFields.
I will post a patch shortly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]