t: Tuesday, September 29, 2009 6:08 PM
To: solr-user@lucene.apache.org
Subject: Re: Sorting/paging problem
: 2009-09-23T19:25:03.400Z
:
: 2009-09-23T19:25:19.951
:
: 2009-09-23T20:10:07.919Z
is that a cut/paste error, or did you really get a date back from Solr
w/o the trailing "Z" ?!?!?!
: 2009-09-23T19:25:03.400Z
:
: 2009-09-23T19:25:19.951
:
: 2009-09-23T20:10:07.919Z
is that a cut/paste error, or did you really get a date back from Solr
w/o the trailing "Z" ?!?!?!
...
: So, not only is the date sorting wrong, but the exact same document
: shows up on the next page
Which version of Java are you using?
Please try the standard tricks:
Do a fresh checkout of the Solr trunk.
Do 'ant clean dist' and use the newly built war & latest lucene libraries.
Try changing the JVM startup parameters which control how incremental
compilation works: -server and others. Also t
I've run into a strange issue with my Solr installation. I'm running
queries that are sorting by a DateField field but from time to time, I'm
seeing individual records very much out of order. What's more, they
appear on multiple pages of my result set. Let me give an example.
Starting with a basic