Lucene.Net  3.0.3
Lucene.Net is a port of the Lucene search engine library, written in C# and targeted at .NET runtime users.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Pages
Public Member Functions | List of all members
Lucene.Net.Analysis.Payloads.IntegerEncoder Class Reference

Encode a character array Integer as a org.apache.lucene.index.Payload. More...

Inherits Lucene.Net.Analysis.Payloads.AbstractEncoder, and Lucene.Net.Analysis.Payloads.PayloadEncoder.

Public Member Functions

override Payload Encode (char[] buffer, int offset, int length)
 Convert a char array to a Payload
 
- Public Member Functions inherited from Lucene.Net.Analysis.Payloads.AbstractEncoder
Payload Encode (char[] buffer)
 

Detailed Description

Encode a character array Integer as a org.apache.lucene.index.Payload.

See Also
PayloadHelper.EncodeInt(int, byte[], int)

Definition at line 27 of file IntegerEncoder.cs.

Member Function Documentation

override Payload Lucene.Net.Analysis.Payloads.IntegerEncoder.Encode ( char[]  buffer,
int  offset,
int  length 
)
virtual

Convert a char array to a Payload

Returns
An encoded Payload

Implements Lucene.Net.Analysis.Payloads.AbstractEncoder.

Definition at line 29 of file IntegerEncoder.cs.


The documentation for this class was generated from the following file: