it's probably because your query isn't matching anything. try q=title:
[* TO *], or maybe even simply *:* if you are trying to match all
documents.
Erik
On May 24, 2010, at 5:11 PM, Ilya Sterin wrote:
I'm trying to perform a faceted search without any luck. Result set
doesn't return any facet information...
http://localhost:8080/solr/select/?
q=title:*&facet=on&facet.field=title
I'm getting the result set, but no face information present? Is there
something else that needs to happen to turn faceting on?
I'm using latest Solr 1.4 release. Data is indexed from the database
using dataimporter.
Thanks.
Ilya Sterin