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 Payload.
NOTE: This interface is subject to change
encode
Payload encode(char[] buffer)
encode
Payload encode(char[] buffer,
int offset,
int length)
- Convert a char array to a
Payload
- Parameters:
buffer
- offset
- length
-
- Returns:
- encoded
Payload
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.