RE: Sorting/paging problem

2009-10-01 Thread Charlie Jackson
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" ?!?!?!

Re: Sorting/paging problem

2009-09-29 Thread Chris Hostetter
: 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

Re: Sorting/paging problem

2009-09-24 Thread Lance Norskog
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