org.apache.lucene.analysis
Class EmptyTokenizer
java.lang.Object
org.apache.lucene.util.AttributeSource
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.Tokenizer
org.apache.lucene.analysis.EmptyTokenizer
- All Implemented Interfaces:
- Closeable
public final class EmptyTokenizer
- extends Tokenizer
Emits no tokens
Fields inherited from class org.apache.lucene.analysis.Tokenizer |
input |
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 |
EmptyTokenizer
public EmptyTokenizer(Reader input)
incrementToken
public boolean incrementToken()
- Specified by:
incrementToken
in class TokenStream
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.