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 eh...@apache.org on 2005/11/12 09:39:02 UTC

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

Author: ehatcher
Date: Sat Nov 12 00:39:00 2005
New Revision: 332746

URL: http://svn.apache.org/viewcvs?rev=332746&view=rev
Log:
cleanup formatting

Modified:
    lucene/java/trunk/CHANGES.txt

Modified: lucene/java/trunk/CHANGES.txt
URL: http://svn.apache.org/viewcvs/lucene/java/trunk/CHANGES.txt?rev=332746&r1=332745&r2=332746&view=diff
==============================================================================
--- lucene/java/trunk/CHANGES.txt (original)
+++ lucene/java/trunk/CHANGES.txt Sat Nov 12 00:39:00 2005
@@ -238,15 +238,15 @@
     grouping contiguous characters into a token rather than one token
     per character.  This change also changes the token type to "<CJ>"
     for Chinese and Japanese character tokens (previously it was "<CJK>").
-    (Otis and Erik, via Cheolgoo Kang LUCENE-444 and LUCENE-461)
+    (Cheolgoo Kang via Otis and Erik, LUCENE-444 and LUCENE-461)
 
-13.	FieldsReader now looks at FieldInfo.storeOffsetWithTermVector and
-	FieldInfo.storePositionWithTermVector and creates the Field with
-	correct TermVector parameter.
-	(Frank Steinmann via Bernhard, LUCENE-455)
+13. FieldsReader now looks at FieldInfo.storeOffsetWithTermVector and
+    FieldInfo.storePositionWithTermVector and creates the Field with
+    correct TermVector parameter.
+    (Frank Steinmann via Bernhard, LUCENE-455)
 
-14.	Fixed WildcardQuery to prevent "cat" matching "ca??".
-	(Xiaozheng Ma via Bernhard, LUCENE-306)
+14. Fixed WildcardQuery to prevent "cat" matching "ca??".
+    (Xiaozheng Ma via Bernhard, LUCENE-306)
 
 15. Fixed a bug where MultiSearcher and ParallelMultiSearcher could
     change the sort order when sorting by string for documents without