|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.analysis.miscellaneous.WordDelimiterIterator
public final class WordDelimiterIterator
A BreakIterator-like API for iterating over subwords in text, according to WordDelimiterFilter rules.
Field Summary | |
---|---|
static byte[] |
DEFAULT_WORD_DELIM_TABLE
|
static int |
DONE
Indicates the end of iteration |
Method Summary | |
---|---|
static byte |
getType(int ch)
Computes the type of the given character |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int DONE
public static final byte[] DEFAULT_WORD_DELIM_TABLE
Method Detail |
---|
public static byte getType(int ch)
ch
- Character whose type is to be determined
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |