RE: solr Invalid Date in Date Math String/Invalid Date String

2011-06-09 Thread Chris Hostetter
: Here is the error message: : : Fieldtype: tdate (I use the default one in solr schema.xml) : Field value(Index): 2006-12-22T13:52:13Z : Field value(query): [2006-12-22T00:00:00Z TO 2006-12-22T23:59:59Z] <<< : with '[' and ']' : : And it generates the result below: i think the piece of info

RE: solr Invalid Date in Date Math String/Invalid Date String

2011-06-02 Thread Ellery Leung
1年5月31日 9:54 下午 To: solr-user@lucene.apache.org; elleryle...@be-o.com Subject: Re: solr Invalid Date in Date Math String/Invalid Date String Can we see the results of attaching &debugQuery=on to the query? That often points out the issue. I'd expect this form to work: [2006-12-22T00:00:

Re: solr Invalid Date in Date Math String/Invalid Date String

2011-05-31 Thread Erick Erickson
e other items that have values > on both size? They don't work at all. > > > -Original Message- > From: Mike Sokolov [mailto:soko...@ifactory.com] > Sent: 2011年5月27日 10:23 下午 > To: solr-user@lucene.apache.org > Cc: alucard001 > Subject: Re: solr Invalid Da

RE: solr Invalid Date in Date Math String/Invalid Date String

2011-05-27 Thread Ellery Leung
t: Re: solr Invalid Date in Date Math String/Invalid Date String The "*" endpoint for range terms wasn't implemented yet in 1.4.1 As a workaround, we use very large and very small values. -Mike On 05/27/2011 12:55 AM, alucard001 wrote: > Hi all > > I am using SOLR 1.4.1 (ac

Re: solr Invalid Date in Date Math String/Invalid Date String

2011-05-27 Thread Mike Sokolov
The "*" endpoint for range terms wasn't implemented yet in 1.4.1 As a workaround, we use very large and very small values. -Mike On 05/27/2011 12:55 AM, alucard001 wrote: Hi all I am using SOLR 1.4.1 (according to solr info), but no matter what date field I use (date or tdate) defined in def