No ,Facet query and fq parameters work with any type of query. when you will
search for facet.query=city:mumbai then it will return facet like

<lst name="facet_queries">
     <int name="city:mumbaie">3</int>
</lst>

Facet query is for faceting against perticullar query.

If you wants result for that query then you have to go for fq=city:mumbai

-----
Thanx:
Grijesh
http://lucidimagination.com
-- 
View this message in context: 
http://lucene.472066.n3.nabble.com/Facet-Query-tp2422212p2422267.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to