mirror of https://github.com/apache/lucene.git
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:
parent
8a8944de1a
commit
47d31b60f3
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue