Uses of Interface
org.apache.lucene.analysis.payloads.PayloadEncoder

Packages that use PayloadEncoder
org.apache.lucene.analysis.payloads
Provides various convenience classes for creating payloads on Tokens. 
 

Uses of PayloadEncoder in org.apache.lucene.analysis.payloads
 

Classes in org.apache.lucene.analysis.payloads that implement PayloadEncoder
 class AbstractEncoder
          Base class for payload encoders.
 class FloatEncoder
          Encode a character array Float as a Payload.
 class IdentityEncoder
          Does nothing other than convert the char array to a byte array using the specified encoding.
 class IntegerEncoder
          Encode a character array Integer as a Payload.
 

Fields in org.apache.lucene.analysis.payloads declared as PayloadEncoder
protected  PayloadEncoder DelimitedPayloadTokenFilter.encoder
           
 

Constructors in org.apache.lucene.analysis.payloads with parameters of type PayloadEncoder
DelimitedPayloadTokenFilter(TokenStream input, char delimiter, PayloadEncoder encoder)
           
 



Copyright © 2000-2010 Apache Software Foundation. All Rights Reserved.