org.apache.solr.handler
Class AnalysisRequestHandlerBase.ListBasedTokenStream
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.solr.handler.AnalysisRequestHandlerBase.ListBasedTokenStream
- Enclosing class:
- AnalysisRequestHandlerBase
protected static class AnalysisRequestHandlerBase.ListBasedTokenStream
- extends TokenStream
TokenStream that iterates over a list of pre-existing Tokens
Methods inherited from class org.apache.lucene.util.AttributeSource |
addAttribute, addAttributeImpl, captureState, clearAttributes, cloneAttributes, equals, getAttribute, getAttributeClassesIterator, getAttributeFactory, getAttributeImplsIterator, hasAttribute, hasAttributes, hashCode, restoreState, toString |
next
public Token next(Token token)
throws IOException
-
- Overrides:
next
in class TokenStream
- Throws:
IOException
Copyright © 2009 Apache Software Foundation. All Rights Reserved.