RE: Newbie question: lucene sorting problems and stored fields

2006-09-14 Thread Alan Boshier
ing problems and stored fields from the 2.0 javadoc, the Sort class, so I don't know if it applies. <<>> Is it possible you're tokenizing it? I'm at a loss as to why *storing* it would change the behavior, but I guess it's a possibility. Erick On 9/14

RE: Newbie question: lucene sorting problems and stored fields

2006-09-14 Thread Alan Boshier
(but then again maybe I'm wrong) Aviran http://www.aviransplace.com -Original Message----- From: Alan Boshier [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 11:39 AM To: java-user@lucene.apache.org Subject: Newbie question: lucene sorting problems and stored fields Hi

Newbie question: lucene sorting problems and stored fields

2006-09-14 Thread Alan Boshier
Hi We are seeing intermittent problems with searches that use sorted fields (in lucene 1.4.3). If we add the fields to our Documents as 'unstored' then we start to see results that have been sorted by Document ID. The problem goes away if we add the fields as 'stored'. Is it a requirement when