Package org.apache.lucene.analysis
Class GraphTokenFilter.Token
- java.lang.Object
-
- org.apache.lucene.analysis.GraphTokenFilter.Token
-
- Enclosing class:
- GraphTokenFilter
private static class GraphTokenFilter.Token extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeSource
attSource
(package private) PositionLengthAttribute
lengthAtt
(package private) GraphTokenFilter.Token
nextToken
(package private) PositionIncrementAttribute
posIncAtt
-
Constructor Summary
Constructors Constructor Description Token(AttributeSource attSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) int
length()
(package private) int
posInc()
(package private) void
reset(AttributeSource attSource)
java.lang.String
toString()
-
-
-
Field Detail
-
attSource
final AttributeSource attSource
-
posIncAtt
final PositionIncrementAttribute posIncAtt
-
lengthAtt
final PositionLengthAttribute lengthAtt
-
nextToken
GraphTokenFilter.Token nextToken
-
-
Constructor Detail
-
Token
Token(AttributeSource attSource)
-
-
Method Detail
-
posInc
int posInc()
-
length
int length()
-
reset
void reset(AttributeSource attSource)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-