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 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-luce

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 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 is the order of field

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 fi

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 wrote: > > I'm using Lucene via Solr and recently upgraded from an early Summer nig

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

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 m