[
https://issues.apache.org/jira/browse/LUCENE-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576570#comment-13576570
]
Commit Tag Bot commented on LUCENE-4772:
----------------------------------------
[branch_4x commit] Shai Erera
http://svn.apache.org/viewvc?view=revision&revision=1445117
LUCENE-4772: Move Facet associations to new FacetsAggregator API
> 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
> Fix For: 4.2, 5.0
>
> Attachments: LUCENE-4772.patch
>
>
> 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]