Re: problem with date searching.

2012-05-15 Thread ayyappan
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.

Re: problem with date searching.

2012-05-14 Thread ayyappan
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

Re: problem with date searching.

2012-05-14 Thread ayyappan
"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.

Re: problem with date searching.

2012-05-05 Thread Lance Norskog
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

Re: problem with date searching.

2012-05-04 Thread Erick Erickson
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

Re: problem with date searching.

2012-05-04 Thread 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

Re: problem with date searching.

2012-05-04 Thread ayyappan
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

Re: problem with date searching.

2012-05-04 Thread Dmitry Kan
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

problem with date searching.

2012-05-04 Thread ayyappan
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: