Search code examples
solrsolrcloud

Solr Cloud - Facets


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.


Solution

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