- java.lang.Object
-
- org.apache.lucene.util.AttributeSource
-
- org.apache.lucene.analysis.TokenStream
-
- lux.index.analysis.ValueTokenStream
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.lucene.util.AttributeSource
org.apache.lucene.util.AttributeSource.AttributeFactory, org.apache.lucene.util.AttributeSource.State
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected int |
pos |
protected org.apache.lucene.analysis.tokenattributes.CharTermAttribute |
termAtt |
protected char[] |
value |
-
Method Summary
-
Methods inherited from class org.apache.lucene.analysis.TokenStream
close, end, incrementToken
-
Methods inherited from class org.apache.lucene.util.AttributeSource
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, copyTo, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, reflectAsString, reflectWith, restoreState, toString
-
-
Field Detail
-
value
protected char[] value
-
Method Detail
-
reset
public void reset()
- Overrides:
reset in class org.apache.lucene.analysis.TokenStream
Copyright © 2013. All Rights Reserved.