Re: Best query method

2013-05-18 Thread Jack Krupansky
day, May 18, 2013 5:59 AM To: solr-user@lucene.apache.org Subject: Best query method Hi I am using solr 4.2.1. My index has products from different stores with different attributes. If i want to get the count of all products which belongs to store X which is coloured red and is in-stock… M

Best query method

2013-05-18 Thread J Mohamed Zahoor
Hi I am using solr 4.2.1. My index has products from different stores with different attributes. If i want to get the count of all products which belongs to store X which is coloured red and is in-stock… My question is : Which way of querying is better in-terms of "performance" and "cache u