[ https://issues.apache.org/jira/browse/SOLR-2383?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13020510#comment-13020510 ]
Yonik Seeley commented on SOLR-2383: ------------------------------------ Looking good Jan! I did notice one issue with the example data: the "popularity 3-6" link shows 1 match, but when I click it, I get 6 results. I believe this is because the faceting is finding (3 <= popularity < 6) while the filter generated by clicking on the link is popularity:[3 TO 6] So I guess the generated filters should generally be of the form popularity:[3 TO 6} ? > Velocity: Generalize range and date facet display > ------------------------------------------------- > > Key: SOLR-2383 > URL: https://issues.apache.org/jira/browse/SOLR-2383 > Project: Solr > Issue Type: Bug > Components: Response Writers > Reporter: Jan Høydahl > Labels: facet, range, velocity > Attachments: SOLR-2383.patch, SOLR-2383.patch, SOLR-2383.patch, > SOLR-2383.patch > > > Velocity (/browse) GUI has hardcoded price range facet and a hardcoded > manufacturedate_dt date facet. Need general solution which work for any > facet.range and facet.date. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org