I have been trying to use facet by range. However no matter how I tried, I did not get anything from facet range ( I do get results from facet fields: topic and author).
The query is http://localhost:8983/solr/select/?facet.range=timestamp&facet.range.sta rt=0&facet.range.end=1277942270&facet.range.gap=86400&facet.range.other= all&indent=on&q=*:*&facet.field=topic&facet.field=author The facet range field is timestamp, which is defined to be "int" in the Schema. Can someone help me on this problem? Many Thanks Wei