Class SynonymGraphFilter.BufferedInputToken
- java.lang.Object
-
- org.apache.lucene.analysis.synonym.SynonymGraphFilter.BufferedInputToken
-
- All Implemented Interfaces:
RollingBuffer.Resettable
- Enclosing class:
- SynonymGraphFilter
static class SynonymGraphFilter.BufferedInputToken extends java.lang.Object implements RollingBuffer.Resettable
-
-
Field Summary
Fields Modifier and Type Field Description (package private) int
endOffset
(package private) int
startOffset
(package private) AttributeSource.State
state
(package private) CharsRefBuilder
term
-
Constructor Summary
Constructors Constructor Description BufferedInputToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
reset()
-
-
-
Field Detail
-
term
final CharsRefBuilder term
-
state
AttributeSource.State state
-
startOffset
int startOffset
-
endOffset
int endOffset
-
-
Method Detail
-
reset
public void reset()
- Specified by:
reset
in interfaceRollingBuffer.Resettable
-
-