Search code examples
javafacetfaceted-searchsolrj

Solr 3.1 facet range query


Has anyone used the Solr 3.1 facet ranges for numerical values successfully? E.g. for document fields with the double or tdouble field type? (No analyzer)

My requests over SolrJ seem all to ignore the f.[fieldname].facet.range.start .end and .gap directives completely and I get ungrouped results.

(Regular facets worked correctly)


Solution

  • Answer is easy, there is a bug in solrj not supporting the ranged facets till currently version 3.2