Re: Numeric Facets query results

2011-09-18 Thread Erick Erickson
Of course you can hack something like length:[10 TO 19.99], but that's clumsy too. It doesn't help the 3.x code line, but trunk allows mixing inclusive and exclusive end points in ranges, e.g. length:[10 TO 20} (note curly brace at end). See: https://issues.apache.org/jira/browse/LUCENE-996

Numeric Facets query results

2011-09-18 Thread Coda Moda
Hello, I am new to SOLR and using the Numeric Facets feature in v3.3 to display a facet list of lengths. I have successfully added the query parameters to display a facet list using: facet.range = length f.length.facet.range.start = 0 f.length.facet.range.end = 100 f.length.facet.range.gap = 10 f