[
https://issues.apache.org/jira/browse/LUCENE-3688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13714692#comment-13714692
]
Shai Erera commented on LUCENE-3688:
------------------------------------
Sivan, I think that RangeFacetRequest (and RangeAccumulator) tackle the
pre-defined ranges. It doesn't use facet associations, but rather a
NumericDVField. Do you want to convert the dynamic bucketing to work over
numeric fields too?
> Bucketing of association value of a certain category
> ----------------------------------------------------
>
> Key: LUCENE-3688
> URL: https://issues.apache.org/jira/browse/LUCENE-3688
> Project: Lucene - Core
> Issue Type: Improvement
> Components: modules/facet
> Reporter: Sivan Yogev
> Priority: Minor
> Labels: bucket, facet
> Attachments: LUCENE-association-buckets.patch,
> LUCENE-association-buckets.r1292224.patch
>
>
> Add facet requests which collect associations of a certain category into
> buckets, and returns each bucket as a facet result node. Association type is
> either int or float, and there are two methods to define buckets. The first
> by providing buckets which contain pre-defined ranges. The other is by
> declaring the required number of buckets, where the ranges of the different
> buckets are dynamicly set to create balanced bucket sizes.
--
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]