|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
lux.index.analysis.ValueTokenStream
public abstract class 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 | |
|---|---|
protected int |
pos
|
protected org.apache.lucene.analysis.tokenattributes.CharTermAttribute |
termAtt
|
protected char[] |
value
|
| Constructor Summary | |
|---|---|
protected |
ValueTokenStream(Iterable<char[]> values)
|
| Method Summary | |
|---|---|
protected boolean |
advanceValue()
|
void |
reset()
|
protected void |
setValues(Iterable<char[]> values)
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.apache.lucene.analysis.tokenattributes.CharTermAttribute termAtt
protected int pos
protected char[] value
| Constructor Detail |
|---|
protected ValueTokenStream(Iterable<char[]> values)
| Method Detail |
|---|
protected void setValues(Iterable<char[]> values)
public void reset()
reset in class org.apache.lucene.analysis.TokenStreamprotected boolean advanceValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||