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.
A range query: published_date:["2012-09-26T00:00:00Z" TO
"2012-09-27T00:00:00Z"}
WIth LucidWorks Search, you can simply say: published_date:2012-09-26 and it
will internally generate that full range query.
See:
http://docs.lucidworks.com/display/lweug/Date+Queries
-- Jack Krupansky
-Ori
It works
thanks
Ashish
Shalin Shekhar Mangar wrote:
>
> 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
>
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