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.PayloadEncoder Interface Reference

Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to Payload NOTE: this interface is subject to change More...

Inherited by Lucene.Net.Analysis.Payloads.AbstractEncoder, Lucene.Net.Analysis.Payloads.FloatEncoder, Lucene.Net.Analysis.Payloads.IdentityEncoder, and Lucene.Net.Analysis.Payloads.IntegerEncoder.

Public Member Functions

Payload Encode (char[] buffer)
 
Payload Encode (char[] buffer, int offset, int length)
 Convert a char array to a Payload
 

Detailed Description

Mainly for use with the DelimitedPayloadTokenFilter, converts char buffers to Payload

NOTE: this interface is subject to change

Definition at line 27 of file PayloadEncoder.cs.

Member Function Documentation

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

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