|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PositionLengthAttribute
The positionLength determines how many positions this token spans. Very few analyzer components actually produce this attribute, and indexing ignores it, but it's useful to express the graph structure naturally produced by decompounding, word splitting/joining, synonym filtering, etc.
The default value is one.
Method Summary | |
---|---|
int |
getPositionLength()
Returns the position length of this Token. |
void |
setPositionLength(int positionLength)
|
Method Detail |
---|
void setPositionLength(int positionLength)
positionLength
- how many positions this token
spans.int getPositionLength()
setPositionLength(int)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |