mirror of https://github.com/apache/lucene.git
Added javadocs about UNTOKENIZED_TOKEN_FLAG conundrum
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@614905 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
305c47f500
commit
7f09c9f00e
|
@ -49,7 +49,9 @@ public class WikipediaTokenizer extends Tokenizer {
|
|||
public static final int TOKENS_ONLY = 0;
|
||||
public static final int UNTOKENIZED_ONLY = 1;
|
||||
public static final int BOTH = 2;
|
||||
|
||||
/**
|
||||
* This flag is used to indicate that the produced "Token" would, if {@link #TOKENS_ONLY} was used, produce multiple tokens.
|
||||
*/
|
||||
public static final int UNTOKENIZED_TOKEN_FLAG = 1;
|
||||
/**
|
||||
* A private instance of the JFlex-constructed scanner
|
||||
|
|
Loading…
Reference in New Issue