Hello All, 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. Currently I am using below link: http://wiki.apache.org/solr/SimpleFacetParameters#Date_Faceting:_per_day_for_the_past_5_days <http://wiki.apache.org/solr/SimpleFacetParameters#Date_Faceting:_per_day_for_the_past_5_days> In this I can provide date-faceting on one value 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.