0

I am trying to get facets returned in SoLR Cloud. I don't see the FACETS in the response.

localhost:8983/solr/select?q=:&facet=true&facet.field=area&defType=lucene&debug=true

I didn't see any discussions around this. As faceting is a key feature, I believe it will be supported in Cloud too.

Is there anything I can check? Kindly suggest.

Sam
  • 91
  • 1
  • 9

1 Answers1

0

You have to enable faceting. Try adding &facet=true

Omoloro
  • 342
  • 1
  • 3
  • 9
  • I did have that earlier, forgot to include it in the question. Will edit the question. So, what I get back is the facets response, with all counts 0. If I do distrib=false, I can see the facet counts from a shard. But in Cloud mode, I don't see the facet counts. – Sam Jul 14 '14 at 21:51
  • Ignore the question. It was a different issue with some old data set. Thanks Omoloro for the response. Marking it closed. – Sam Jul 14 '14 at 22:16