Re: How to import this Json-line by DIH?

2013-02-05 Thread Sagar Joshi1304
Hello, Have you found any way to achieve this? I am also want to do the same. Thanks in Advance, Sagar -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-import-this-Json-line-by-DIH-tp3990544p4038535.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Datefaceting on multiple value in solr

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

Re: Datefaceting on multiple value in solr

2012-10-17 Thread Sagar Joshi1304
Thanks Chris, but i want something like below, docid:1 name=test date=oct12 docid:7 name=test1 date=oct13 docid:13 name=test3 date=oct12 docid:2 name=test date=oct12 docid:8 name=test1 date=oct13 docid:14 name=test3 date=oct13 docid:3 name=test date=oct13 docid:9 nam

Datefaceting on multiple value in solr

2012-10-16 Thread Sagar Joshi1304
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 a