You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/29 15:51:44 UTC

svn commit: r1378555 - /lucene/dev/trunk/lucene/MIGRATE.txt

Author: rmuir
Date: Wed Aug 29 13:51:43 2012
New Revision: 1378555

URL: http://svn.apache.org/viewvc?rev=1378555&view=rev
Log:
add information about Payload->BytesRef

Modified:
    lucene/dev/trunk/lucene/MIGRATE.txt

Modified: lucene/dev/trunk/lucene/MIGRATE.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/MIGRATE.txt?rev=1378555&r1=1378554&r2=1378555&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/MIGRATE.txt (original)
+++ lucene/dev/trunk/lucene/MIGRATE.txt Wed Aug 29 13:51:43 2012
@@ -626,3 +626,8 @@ you can now do this:
   method, StoredFieldVisitor has a needsField method: if that method
   returns true then the field will be loaded and the appropriate
   type-specific method will be invoked with that fields's value.
+
+* LUCENE-4122: Removed the Payload class and replaced with BytesRef.
+  PayloadAttribute's name is unchanged, it just uses the BytesRef
+  class to refer to the payload bytes/start offset/end offset 
+  (or null if there is no payload).