Hi, I didn't follow the thread, but maybe you are looking for &fq=(name1 OR name2 OR ....) for those 100 names you mentioned, so that 1 doesn't filter out the other 99.
Otis -- Search Analytics - http://sematext.com/search-analytics/index.html Performance Monitoring - http://sematext.com/spm/index.html On Wed, Oct 31, 2012 at 10:02 AM, Sagar Joshi1304 <sagar.jo...@amultek.com> wrote: > Thanks Chris, > > seems it is working fine, below is the query > > http://localhost:8993/solr/select?q=*:*&fq=(!tag=test)name:test*&fq=(!tag=test1)name:test1&fq=(!tag=test3)name:test3&&facet=true&facet.range={!key=test > ex=test1,test3}Admission_Date&facet.range={!key=test1 > ex=test,test3}Admission_Date&facet.range={!key=test3 > ex=test,test1}Admission_Date&* > facet.range.start=2012-06-01T12:00:00Z&facet.range.end=2012-06-30T17:00:00Z&facet.range.gap=%2B1DAY&rows=0 > > please correct me if query is wrong, but if i have suppose 100 names then i > have to add fq 100 times, and in each fq i have to add exclusion of other > 99; is there any other parameters or simpler way? > > sorry, to bother you more. > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Datefaceting-on-multiple-value-in-solr-tp4014021p4017281.html > Sent from the Solr - User mailing list archive at Nabble.com.