On Tue, Jul 7, 2009 at 3:49 PM, Chris Lu wrote:
> Will the ordering of fields be preserved also?
Alas, no.
This used to be true (before 2.3), but 2.3 broke it (mea culpa --
sorry!), and we're now going to fix it again in 2.9. LUCENE-1727 is
tracking this.
So in 2.9 it will be true, but in 2.3.
That's great and thanks for the super fast answer!
Another question if not thread-hijacking:
Will the ordering of fields be preserved also?
--
Chris Lu
-
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://search.dbsight
Yes, order within the same field name should be preserved.
Mike
On Tue, Jul 7, 2009 at 3:36 PM, Chris Lu wrote:
> Hi,
>
> When using org.apache.lucene.document.Document.getValues(fieldName), will it
> be the same order that I added to the document?
>
> Suppose I add field1~value1, field1~value2,