The solr version that I am using is 1.4.0.
Does it support facet.range?
Wei
-----Original Message-----
From: Peng, Wei [mailto:Wei.Peng@xerox.com]
Sent: Monday, August 16, 2010 2:12 PM
To: solr-user@lucene.apache.org
Subject: help on facet range
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
|