apoorvprecisely commented on issue #597: [SOLR-13272] feat(facet/interval): support json facet requests for interval facet URL: https://github.com/apache/lucene-solr/pull/597#issuecomment-470172380 @gd-spb-e1m for syntax, just for the sake of PR I assumed something like this ``` json.facet={pubyear:{type : interval,field : pubyear_i,intervals:[{key:"2000-2200",value:"[2000,2200]"}]}} ``` I'll add test cases, since I raise this PR based on a lot of assumptions on the request format I didn't add any yet. How can we arrive at a request format? I tried to keep the format similar to the older interval json apis
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
