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
Properties | List of all members
Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute Interface Reference

The payload of a Token. See also Payload. More...

Inherits Lucene.Net.Util.IAttribute.

Inherited by Lucene.Net.Analysis.Token, and Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.

Properties

Payload Payload [get, set]
 Returns this Token's payload.
 

Detailed Description

The payload of a Token. See also Payload.

Definition at line 26 of file IPayloadAttribute.cs.

Property Documentation

Payload Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute.Payload
getset

Returns this Token's payload.

Definition at line 29 of file IPayloadAttribute.cs.


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