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

ASF subversion and git services commented on SOLR-13272:
--------------------------------------------------------

Commit 230c6bf2cb6e2244b2d1edee731e4c5c60b7b076 in lucene-solr's branch 
refs/heads/branch_8x from Munendra S N
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=230c6bf ]

SOLR-13272: add support for arbitrary ranges in JSON Range faceting

In some cases, the gap might need to be different for different ranges.
To support such cases, add support to specify arbitrary ranges.


> Interval facet support for JSON faceting
> ----------------------------------------
>
>                 Key: SOLR-13272
>                 URL: https://issues.apache.org/jira/browse/SOLR-13272
>             Project: Solr
>          Issue Type: New Feature
>          Components: Facet Module
>            Reporter: Apoorv Bhawsar
>            Assignee: Munendra S N
>            Priority: Major
>         Attachments: SOLR-13272.patch, SOLR-13272.patch
>
>          Time Spent: 3h 10m
>  Remaining Estimate: 0h
>
> Interval facet is supported in classical facet component but has no support 
> in json facet requests.
>  In cases of block join and aggregations, this would be helpful
> Assuming request format -
> {code:java}
> json.facet={pubyear:{type : interval,field : 
> pubyear_i,intervals:[{key:"2000-2200",value:"[2000,2200]"}]}}
> {code}
>  
>  PR https://github.com/apache/lucene-solr/pull/597



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

Reply via email to