Interface PayloadEncoder
-
- All Known Implementing Classes:
AbstractEncoder
,FloatEncoder
,IdentityEncoder
,IntegerEncoder
public interface PayloadEncoder
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers toBytesRef
. NOTE: This interface is subject to change
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BytesRef
encode(char[] buffer)
BytesRef
encode(char[] buffer, int offset, int length)
Convert a char array to aBytesRef
-