Re: facet result issue

2011-01-14 Thread dhanesh
olrQuery solrQuery = new SolrQuery("district:A").addFacetField("city").setFacetMinCount(1) -Original Message- From: dhanesh [mailto:dhan...@hifx.net] Sent: 14 January 2011 10:17 To: solr-user@lucene.apache.org Subject: facet result issue Hi, I've a trouble in facet s

RE: facet result issue

2011-01-14 Thread david.dankwerth
--Original Message- From: dhanesh [mailto:dhan...@hifx.net] Sent: 14 January 2011 10:17 To: solr-user@lucene.apache.org Subject: facet result issue Hi, I've a trouble in facet search.Here is the scenario I've 2 districts say A and B Under the district A, there are two cities say,

facet result issue

2011-01-14 Thread dhanesh
Hi, I've a trouble in facet search.Here is the scenario I've 2 districts say A and B Under the district A, there are two cities say, x and y and under district B, there is another two cities, say j and k When I try to search lists under the district A, search result works fine. Facet also worked.