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
--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,
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.