: Ok, I thought the quickest thing to try out would be (B) so now all of 
: my feeds have the same format and I have removed the default value "NOW" 
: from my schema.xml file.
        ...
: I rebuilt my index with consistent date formats in all my files but my 
: exception remains unchanged.
        ...
: Here's the output from Luke for the only date in my schema... 
timestamp_created
        ...
: termfrequency
: 2008-04-24T09:03:53Z11076
: 2008-04-24T09:03:55Z10036

i'm assuming "11076" and "10036" are the term frequencies?

: This now seems to be something different than SOLR-470 and SOLR-544 
: since the format seems to be accepted at indexing, and is consistent in 
: the index, but is still not accepted at query time.

if i'm understanding correctly the "same format" you picked was no 
milliseconds at all -- this is exactly what triggers SOLR-470 at the 
moment.  To avoid that you need to be consistent in using milliseconds.



-Hoss

Reply via email to