org.apache.lucene.analysis.payloads
Class TypeAsPayloadTokenFilter
java.lang.Object
org.apache.lucene.analysis.TokenStream
org.apache.lucene.analysis.TokenFilter
org.apache.lucene.analysis.payloads.TypeAsPayloadTokenFilter
public class TypeAsPayloadTokenFilter
- extends TokenFilter
Makes the Token.type()
a payload.
Encodes the type using String.getBytes(String)
with "UTF-8" as the encoding
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TypeAsPayloadTokenFilter
public TypeAsPayloadTokenFilter(TokenStream input)
next
public Token next(Token result)
throws IOException
- Overrides:
next
in class TokenStream
- Throws:
IOException
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.