lux.index.analysis
Class PathValueTokenStream

java.lang.Object
  extended by org.apache.lucene.util.AttributeSource
      extended by org.apache.lucene.analysis.TokenStream
          extended by lux.index.analysis.ValueTokenStream
              extended by lux.index.analysis.PathValueTokenStream
All Implemented Interfaces:
Closeable

public final class PathValueTokenStream
extends 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 inherited from class lux.index.analysis.ValueTokenStream
pos, termAtt, value
 
Constructor Summary
PathValueTokenStream(Iterable<char[]> values)
           
 
Method Summary
 boolean incrementToken()
           
 
Methods inherited from class lux.index.analysis.ValueTokenStream
advanceValue, reset, setValues
 
Methods inherited from class org.apache.lucene.analysis.TokenStream
close, end
 
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
 

Constructor Detail

PathValueTokenStream

public PathValueTokenStream(Iterable<char[]> values)
Method Detail

incrementToken

public boolean incrementToken()
                       throws IOException
Specified by:
incrementToken in class org.apache.lucene.analysis.TokenStream
Throws:
IOException


Copyright © 2013. All Rights Reserved.