Re: Datefaceting on multiple value in solr

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

Re: Datefaceting on multiple value in solr

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

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

Re: Datefaceting on multiple value in solr

2012-10-17 Thread Sagar Joshi1304
for all three values 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-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,

Datefaceting on multiple value in solr

2012-10-16 Thread Sagar Joshi1304
in one query. but is it possible to provide 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.