Interface IPayloadEncoder
Mainly for use with the Delimited
NOTE: This interface is subject to change
Namespace: Lucene.Net.Analysis.Payloads
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public interface IPayloadEncoder
Methods
| Improve this Doc View SourceEncode(Char[])
Declaration
BytesRef Encode(char[] buffer)
Parameters
Type | Name | Description |
---|---|---|
System. |
buffer |
Returns
Type | Description |
---|---|
Lucene. |
Encode(Char[], Int32, Int32)
Convert a char array to a Lucene.
Declaration
BytesRef Encode(char[] buffer, int offset, int length)
Parameters
Type | Name | Description |
---|---|---|
System. |
buffer | |
System. |
offset | |
System. |
length |
Returns
Type | Description |
---|---|
Lucene. |
encoded Lucene. |