Thanks Jack ..
it works for me .
Regards
Pradip
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-on-Date-Field-tp4150076p4150573.html
Sent from the Solr - User mailing list archive at Nabble.com.
In my SOLR there is date field(published_date) and values are in this format
"2012-09-26T10:08:09.123Z"
How I can search by simple input like "2012-09-10" instead of full ISO date
format.
Is it possible in SOLR?
--
View this message in context:
http://lucene.472066.n3.nabble.com/Search-on-Da
Hi,
I have two date fields in Solr Schema, I want to compare two different date
fields in solr itself .
how can i write the Query in Solr for comparing the two dates in solr itself
.
I want to retrieve all docs or records from solr where updateDate >=
appliedDate OR appliedDate == null
you can