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.
s
-- Jack Krupansky
-Original Message-
From: Pbbhoge
Sent: Wednesday, July 30, 2014 8:59 AM
To: solr-user@lucene.apache.org
Subject: Search on Date Field
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
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.
by preceding it with a back slash '\'.
> e,g,
>
> q=creationDate:2009-01-24T15\:00\:00.000Z
> --
> Regards,
> Shalin Shekhar Mangar.
>
>
--
View this message in context:
http://www.nabble.com/Re%3A-search-on-date-field-tp22365586p22366358.html
Sent from the Solr - User mailing list archive at Nabble.com.
On Fri, Mar 6, 2009 at 7:03 AM, Ashish P wrote:
>
> I want to search on single date field
> e.g. q=creationDate:2009-01-24T15:00:00.000Z&rows=10
>
> But I think the query gets terminated after T15 as ':' ( COLON ) is taken
> as
> termination character.
>
> Any ideas on how to search on single dat
ON then how to search.
--
View this message in context:
http://www.nabble.com/search-on-date-field-tp22364587p22364587.html
Sent from the Solr - User mailing list archive at Nabble.com.