Re: Problem in faceting

2011-02-04 Thread Bagesh Sharma
useful in future then suggest me please. Thanks for the suggestion -- Thanks and Regards Bagesh Sharma -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p2424104.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Problem in faceting

2011-02-04 Thread Pierre GOSSE
solr-user@lucene.apache.org Objet : RE: Problem in faceting facet.query=+water +treatement +plant will not return the city facet that is needed by poster. That will give the counts matching the query facet.query=+water +treatement +plant only - Thanx: Grijesh http://lucidimagination.com --

RE: Problem in faceting

2011-02-04 Thread Grijesh
.nabble.com/Problem-in-faceting-tp2422182p2422881.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Problem in faceting

2011-02-04 Thread Pierre GOSSE
Using a facet query like facet.query=+water +treatement +plant ... should give a count of 0 to documents not having all tree terms. This could do the trick, if I understand how this parameter works.

Re: Problem in faceting

2011-02-04 Thread Grijesh
Try solr's new Local Params ,may that will help for your requirement. http://wiki.apache.org/solr/LocalParams - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p2422534.html Sent from the

Re: Problem in faceting

2011-02-04 Thread Bagesh Sharma
over only those cities for which complete text "water treatment plant" is matching. Is it possible by a single query to solr please suggest. Thanks a lot for your response. -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p2422353.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Problem in faceting

2011-02-04 Thread Grijesh
change the default operator from "OR" to "AND" by using q.op or in schema - Thanx: Grijesh http://lucidimagination.com -- View this message in context: http://lucene.472066.n3.nabble.com/Problem-in-faceting-tp2422182p248.html Sent from the Solr - User mailing list archive at Nabble.com.

Problem in faceting

2011-02-03 Thread Bagesh Sharma
or which the complete text is matching means faceting only on complete text matching documents OR 2. Faceting over first 100 documents only for cities list. It may be for first 100 documents having more score. Please Suggest me how can i achieve this. -- View this message in context: http://lu