|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package org.apache.lucene.analysis.compound.hyphenation |
---|
Class org.apache.lucene.analysis.compound.hyphenation.ByteVector extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int blockSize
byte[] array
int n
Class org.apache.lucene.analysis.compound.hyphenation.CharVector extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
int blockSize
char[] array
int n
Class org.apache.lucene.analysis.compound.hyphenation.Hyphen extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
java.lang.String preBreak
java.lang.String noBreak
java.lang.String postBreak
Class org.apache.lucene.analysis.compound.hyphenation.HyphenationException extends java.lang.Exception implements Serializable |
---|
Class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree extends TernaryTree implements Serializable |
---|
serialVersionUID: -7842107987915665573L
Serialized Fields |
---|
ByteVector vspace
java.util.HashMap<K,V> stoplist
TernaryTree classmap
Class org.apache.lucene.analysis.compound.hyphenation.TernaryTree extends java.lang.Object implements Serializable |
---|
Serialized Fields |
---|
char[] lo
char[] hi
char[] eq
char[] sc
The character stored in this node: splitchar. Two special values are reserved:
This shouldn't be a problem if we give the usual semantics to strings since 0xFFFF is garanteed not to be an Unicode character.
CharVector kv
char root
char freenode
int length
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |