Interface IPayloadEncoder
Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to BytesRef.
NOTE: This interface is subject to change
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public interface IPayloadEncoder
Methods
Name | Description |
---|---|
Encode(Char[]) | |
Encode(Char[], Int32, Int32) | Convert a char array to a BytesRef |