Re: Order of fields returned by Document.getFields()

2008-12-18 Thread Grant Ingersoll
On Dec 17, 2008, at 11:56 AM, Yonik Seeley wrote: On Wed, Dec 17, 2008 at 10:32 AM, Patrick Johnstone pjohnst...@dejavunet.net wrote: As I said in the original email, my issue is that I don't think Lucene is returning the fields in the original order anymore. Hmmm, you're right.

Re: Order of fields returned by Document.getFields()

2008-12-17 Thread Yonik Seeley
On Wed, Dec 17, 2008 at 10:32 AM, Patrick Johnstone pjohnst...@dejavunet.net wrote: As I said in the original email, my issue is that I don't think Lucene is returning the fields in the original order anymore. Hmmm, you're right. http://wiki.apache.org/jakarta-lucene/LuceneFAQ states What

Re: Order of fields returned by Document.getFields()

2008-12-17 Thread Grant Ingersoll
On Dec 16, 2008, at 10:00 AM, Patrick Johnstone wrote: I'm using Lucene via Solr and recently upgraded from an early Summer nightly build to the released version of Solr 1.3 (which seems to use something in the neighborhood of Lucene 2.3). I'm posting this here because I believe that

RE: Order of fields returned by Document.getFields()

2008-12-17 Thread Patrick Johnstone
I'm using Lucene via Solr and recently upgraded from an early Summer nightly build to the released version of Solr 1.3 (which seems to use something in the neighborhood of Lucene 2.3). I'm posting this here because I believe that my issue is with Lucene, not Solr. Do you

RE: Order of fields returned by Document.getFields()

2008-12-17 Thread Patrick Johnstone
-Original Message- From: Yonik Seeley [mailto:ysee...@gmail.com] Sent: Wednesday, December 17, 2008 10:07 AM To: java-user@lucene.apache.org Subject: Re: Order of fields returned by Document.getFields() Lucene guarantees the order of all stored fields returned. Solr guarantees

Re: Order of fields returned by Document.getFields()

2008-12-17 Thread Yonik Seeley
Lucene guarantees the order of all stored fields returned. Solr guarantees the order of all values in a *specific* field, but not the fields themselves. -Yonik On Tue, Dec 16, 2008 at 10:00 AM, Patrick Johnstone pjohnst...@dejavunet.net wrote: I'm using Lucene via Solr and recently upgraded

Order of fields returned by Document.getFields()

2008-12-16 Thread Patrick Johnstone
I'm using Lucene via Solr and recently upgraded from an early Summer nightly build to the released version of Solr 1.3 (which seems to use something in the neighborhood of Lucene 2.3). I'm posting this here because I believe that my issue is with Lucene, not Solr. After the upgrade, I noticed