« Return to Thread: consistent ordering of multi-values in a field

consistent ordering of multi-values in a field

by chrislusf :: Rate this Message:

Reply to Author | View in Thread

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, field2~value3 to a document.
Later, maybe after several rounds of merging, will I always get an array
of {value1,value2}?

--
Chris Lu
-------------------------
Instant Scalable Full-Text Search On Any Database/Application
site: http://www.dbsight.net
demo: http://search.dbsight.com
Lucene Database Search in 3 minutes: http://wiki.dbsight.com/index.php?title=Create_Lucene_Database_Search_in_3_minutes
DBSight customer, a shopping comparison site, (anonymous per request) got 2.6 Million Euro funding!


---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscribe@...
For additional commands, e-mail: java-user-help@...

 « Return to Thread: consistent ordering of multi-values in a field