LUCENE-1080

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@601602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Grant Ingersoll 2007-12-06 03:34:06 +00:00
parent 8a8944de1a
commit 47d31b60f3
2 changed files with 3 additions and 1 deletions

View File

@ -77,6 +77,8 @@ API Changes
"partially optimize" an index down to maxNumSegments segments.
(Mike McCandless)
10. LUCENE-1080: Changed Token.DEFAULT_TYPE to be public.
Bug fixes

View File

@ -75,7 +75,7 @@ import org.apache.lucene.index.TermPositions;
*/
public class Token implements Cloneable {
private static final String DEFAULT_TYPE = "word";
public static final String DEFAULT_TYPE = "word";
private static int MIN_BUFFER_SIZE = 10;
/** @deprecated: we will remove this when we remove the