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

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

Commit 42e64ffd53def30dd2bfe2ddb955e9c8d8e83329 in lucene-solr's branch 
refs/heads/master from Munendra S N
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=42e64ff ]

SOLR-13272: add documentation for arbitrary range in JSON facet


> 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
>             Fix For: 8.3
>
>         Attachments: SOLR-13272-doc.patch, SOLR-13272.patch, SOLR-13272.patch
>
>          Time Spent: 3.5h
>  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