Class ShingleFilter.InputWindowToken
- java.lang.Object
-
- org.apache.lucene.analysis.shingle.ShingleFilter.InputWindowToken
-
- Enclosing class:
- ShingleFilter
private static class ShingleFilter.InputWindowToken extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AttributeSource
attSource
(package private) boolean
isFiller
(package private) OffsetAttribute
offsetAtt
(package private) CharTermAttribute
termAtt
-
Constructor Summary
Constructors Constructor Description InputWindowToken(AttributeSource attSource)
-
-
-
Field Detail
-
attSource
final AttributeSource attSource
-
termAtt
final CharTermAttribute termAtt
-
offsetAtt
final OffsetAttribute offsetAtt
-
isFiller
boolean isFiller
-
-
Constructor Detail
-
InputWindowToken
public InputWindowToken(AttributeSource attSource)
-
-