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/01/17 19:46:03 UTC

svn commit: r1232532 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: rmuir
Date: Tue Jan 17 18:46:03 2012
New Revision: 1232532

URL: http://svn.apache.org/viewvc?rev=1232532&view=rev
Log:
LUCENE-3701: merge CHANGES entry

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

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1232532&r1=1232531&r2=1232532&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Tue Jan 17 18:46:03 2012
@@ -735,6 +735,12 @@ Changes in backwards compatibility polic
 
 * LUCENE-3695: Move confusing add(X) methods out of FST.Builder into
   FST.Util.  (Robert Muir, Mike McCandless)
+
+* LUCENE-3701: Added an additional argument to the expert FST.Builder
+  ctor to take FreezeTail, which you can use to (very-expertly) customize
+  the FST construction process. Pass null if you want the default
+  behavior.  Added seekExact() to FSTEnum, and added FST.save/read 
+  from a File. (Mike McCandless, Dawid Weiss, Robert Muir)
   
 Security fixes