org.apache.lucene.analysis.miscellaneous
Class EmptyTokenStream
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.miscellaneous.EmptyTokenStream
public class EmptyTokenStream
- extends TokenStream
An always exhausted token stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EmptyTokenStream
public EmptyTokenStream()
next
public Token next(Token reusableToken)
throws IOException
- Overrides:
next
in class TokenStream
- Throws:
IOException
Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.