Re: Datefaceting on multiple value in solr

2012-10-31 Thread Sagar Joshi1304
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.

Re: Datefaceting on multiple value in solr

2012-10-31 Thread Otis Gospodnetic
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

Re: Datefaceting on multiple value in solr

2012-10-17 Thread Sagar Joshi1304
of name, with passing name as fq parameter and given facet date range. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Datefaceting-on-multiple-value-in-solr-tp4014021p4014196.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Datefaceting on multiple value in solr

2012-10-17 Thread Chris Hostetter
: currently i have to do 3 request for all three values of name, with passing : name as fq parameter and given facet date range. Got it, the example of what you are looking for makes perfect sense. In general, faceting on the same field in different ways isn't supported (SOLR-1351 is an open

Datefaceting on multiple value in solr

2012-10-16 Thread Sagar Joshi1304
on multiple values in one query? Thanks in advance, Sagar Joshi -- View this message in context: http://lucene.472066.n3.nabble.com/Datefaceting-on-multiple-value-in-solr-tp4014021.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Datefaceting on multiple value in solr

2012-10-16 Thread Chris Hostetter
: In solr, I have two fields one is datetime [Admission_Date] and other : string[Name]. I want to do datefaceting on multiple values in one solr : query. : : Suppose I have 3 records. name=test ,test1, test3. : : I want to do data-faceting on all three values in one solr query. I'm sorry, but