|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Package org.apache.lucene.analysis.compound.hyphenation |
|---|
| Class org.apache.lucene.analysis.compound.hyphenation.ByteVector extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int blockSize
byte[] array
int n
| Class org.apache.lucene.analysis.compound.hyphenation.CharVector extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
int blockSize
char[] array
int n
| Class org.apache.lucene.analysis.compound.hyphenation.Hyphen extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
String preBreak
String noBreak
String postBreak
| Class org.apache.lucene.analysis.compound.hyphenation.HyphenationException extends Exception implements Serializable |
|---|
| Class org.apache.lucene.analysis.compound.hyphenation.HyphenationTree extends TernaryTree implements Serializable |
|---|
serialVersionUID: -7842107987915665573L
| Serialized Fields |
|---|
ByteVector vspace
HashMap<K,V> stoplist
TernaryTree classmap
| Class org.apache.lucene.analysis.compound.hyphenation.TernaryTree extends 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 guaranteed not to be an Unicode character.
CharVector kv
char root
char freenode
int length
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||