org.apache.lucene.analysis.payloads
Interface PayloadEncoder
- All Known Implementing Classes: 
 - AbstractEncoder, FloatEncoder, IdentityEncoder, IntegerEncoder
 
public interface PayloadEncoder
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to
 BytesRef.
 
 NOTE: This interface is subject to change
 
encode
BytesRef encode(char[] buffer)
 
encode
BytesRef encode(char[] buffer,
                int offset,
                int length)
- Convert a char array to a 
BytesRef
- Returns:
 - encoded 
BytesRef 
 
 
          Copyright © 2000-2012 Apache Software Foundation.  All Rights Reserved.