[ https://issues.apache.org/jira/browse/LUCENE-9946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368844#comment-17368844 ]
ASF subversion and git services commented on LUCENE-9946: --------------------------------------------------------- Commit e1ffcb11d9c2d5145c10a22edd70b5c5dc4bd52d in lucene-solr's branch refs/heads/branch_8x from Greg Miller [ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=e1ffcb1 ] LUCENE-9946: Support multi-value fields in range facet counting (#2507) > Support multi-value fields in range facet counting > -------------------------------------------------- > > Key: LUCENE-9946 > URL: https://issues.apache.org/jira/browse/LUCENE-9946 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/facet > Affects Versions: main (9.0) > Reporter: Greg Miller > Priority: Minor > Fix For: main (9.0) > > Time Spent: 5h 40m > Remaining Estimate: 0h > > The {{RangeFacetCounts}} implementations ({{LongRangeFacetCounts}} and > {{DoubleRangeFacetCount}}) only work on single-valued fields today. In > contrast, the more recently added {{LongValueFacetCounts}} implementation > supports both single- and multi-valued fields (LUCENE-7927). I'd like to > extend multi-value support to both of the {{LongRangeFacetCounts}} > implementations as well. > Looking through the implementations, I can't think of a good reason to _not_ > support this, but maybe I'm overlooking something? -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org