te&version=2.2&start=0&rows=50&indent=on&wt=json&&debugQuery=on&true
please comment on the same.
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3983807.html
Sent from the Solr - User mailing list archive at Nabble.com.
select/?defType=dismax&q=+ibrahim.hamid+2012-02-02T04:00:52Z&qf=+userid+scanneddate&version=2.2&start=0&rows=50&indent=on&wt=json&&debugQuery=on
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p39
"defType":"dismax",
"version":"2.2",
"rows":"50"}},
"response":{"numFound":20,"start":0,"docs":[
{
---
--
"scanneddate":["2012-02-02T04:00:52Z"],
},
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3983801.html
Sent from the Solr - User mailing list archive at Nabble.com.
gt;
>>> thanks for quick response.
>>>
>>> I tried your advice . ["2011-09-22T22:40:30Z" TO "2012-02-02T01:30:52Z"]
>>> like that even though i am not getting any result .
>>>
>>> --
>>> View this message in context:
>>> http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3961833.html
>>> Sent from the Solr - User mailing list archive at Nabble.com.
>>>
>>
>>
>>
>> --
>> Regards,
>>
>> Dmitry Kan
--
Lance Norskog
goks...@gmail.com
r advice . ["2011-09-22T22:40:30Z" TO "2012-02-02T01:30:52Z"]
>> like that even though i am not getting any result .
>>
>> --
>> View this message in context:
>> http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3961833.html
>> Sent from the Solr - User mailing list archive at Nabble.com.
>>
>
>
>
> --
> Regards,
>
> Dmitry Kan
ot; TO "2012-02-02T01:30:52Z"]
> like that even though i am not getting any result .
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3961833.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>
--
Regards,
Dmitry Kan
thanks for quick response.
I tried your advice . ["2011-09-22T22:40:30Z" TO "2012-02-02T01:30:52Z"]
like that even though i am not getting any result .
--
View this message in context:
http://lucene.472066.n3.nabble.com/problem-with-date-searching-tp3961761p3961833.htm
you have dates in the wrong order in the second query. Try instead:
["2011-09-22T22:40:30Z" TO "2012-02-02T01:30:52Z"]
in general:
[start_date TO end_date]
Dmitry
On Fri, May 4, 2012 at 1:10 PM, ayyappan wrote:
> Hi
>
> I'm having a slight problem with dat
Hi
I'm having a slight problem with date searching... if i give same date
range in search query it seems to be working fine when try to give the
different date range and i am not getting result.
Ex :
select/?defType=dismax&q=[*"2012-02-02T01:30:52Z" TO
"2012-02-02T01: