You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by ma...@apache.org on 2009/08/19 18:04:50 UTC

svn commit: r805856 - /lucene/java/trunk/CHANGES.txt

Author: markrmiller
Date: Wed Aug 19 16:04:50 2009
New Revision: 805856

URL: http://svn.apache.org/viewvc?rev=805856&view=rev
Log:
couple minor tweaks to backward compat section entry 2. LUCENE-1687

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/java/trunk/CHANGES.txt?rev=805856&r1=805855&r2=805856&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Wed Aug 19 16:04:50 2009
@@ -40,14 +40,14 @@
     values internally in certain places, so if you have hits with such
     scores, it will cause problems. (Shai Erera via Mike McCandless)
 
- 2. LUCENE-1687: All methods and parsers from interface ExtendedFieldCache
-    were moved into FieldCache. ExtendedFieldCache was deprecated and now
-    contains only a few declarations for binary backwards compatibility and
-    will be removed in version 3.0. Users of FieldCache and ExtendedFieldCache
-    will therefore be able to plugin Lucene 2.9 without recompilation.
-    The auto cache (FieldCache.getAuto) was deprecated. Due to the merge of
-    ExtendedFieldCache and FieldCache, this method can now additionally return
-    long[] arrays in addition to int[] and float[] and StringIndex.
+ 2. LUCENE-1687: All methods and parsers from the interface ExtendedFieldCache
+    have been moved into FieldCache. ExtendedFieldCache is now deprecated and
+    contains only a few declarations for binary backwards compatibility. 
+    ExtendedFieldCache will be removed in version 3.0. Users of FieldCache and 
+    ExtendedFieldCache will be able to plug in Lucene 2.9 without recompilation.
+    The auto cache (FieldCache.getAuto) is now deprecated. Due to the merge of
+    ExtendedFieldCache and FieldCache, FieldCache can now additionally return
+    long[] and double[] arrays in addition to int[] and float[] and StringIndex.
     
     The interface changes are only notable for users implementing the interfaces,
     which was unlikely done, because there is no possibility to change