protected class CompoundWordTokenFilterBase.CompoundToken extends Object
Modifier and Type | Field | Description |
---|---|---|
int |
endOffset |
|
int |
startOffset |
|
CharSequence |
txt |
Constructor | Description |
---|---|
CompoundToken(int offset,
int length) |
Construct the compound token based on a slice of the current
CompoundWordTokenFilterBase.termAtt . |
public final CharSequence txt
public final int startOffset
public final int endOffset
public CompoundToken(int offset, int length)
CompoundWordTokenFilterBase.termAtt
.Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.