Re: problems with date ranges in queryParser

2006-01-15 Thread Chris Hostetter
: 1.) We now have DateField and DateTools which use different formats. So : QueryParser needs to know which one has been used during indexing. I've a : local patch that adds an appropriate set... method. A much as i dislike the "standard" mechanism for indexing Dates, I'm of the opinion that if p

problems with date ranges in queryParser

2006-01-15 Thread Daniel Naber
Hi, QueryParser can parse input like [01.01.2005 TO 15.01.2005] if the German locale is activated ("01.01.2005" is the way 2005-01-01 is usually written in Germany). By "can parse" I mean that the date is recognized and automatically turned into the format used by DateField (like "0e9eodds0").