[ 
https://issues.apache.org/jira/browse/LUCENE-4772?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13576560#comment-13576560
 ] 

Commit Tag Bot commented on LUCENE-4772:
----------------------------------------

[trunk commit] Shai Erera
http://svn.apache.org/viewvc?view=revision&revision=1445108

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
>         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]

Reply via email to