Class IntegerEncoder
Encode a character array 
Implements
Inherited Members
Namespace: Lucene.Net.Analysis.Payloads
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class IntegerEncoder : AbstractEncoder, IPayloadEncoder
  Methods
| Improve this Doc View SourceEncode(Char[], Int32, Int32)
Declaration
public override BytesRef Encode(char[] buffer, int offset, int length)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Char[] | buffer | |
| System.Int32 | offset | |
| System.Int32 | length | 
Returns
| Type | Description | 
|---|---|
| BytesRef |