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

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

Inherits Attribute, Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute, and ICloneable.

Public Member Functions

 PayloadAttribute ()
 Initialize this attribute with no payload.
 
 PayloadAttribute (Payload payload)
 Initialize this attribute with the given payload.
 
override void Clear ()
 
override System.Object Clone ()
 
override bool Equals (System.Object other)
 
override int GetHashCode ()
 
override void CopyTo (Attribute target)
 

Properties

virtual Payload Payload [get, set]
 Returns this Token's payload.
 
- Properties inherited from Lucene.Net.Analysis.Tokenattributes.IPayloadAttribute
Payload Payload [get, set]
 Returns this Token's payload.
 

Detailed Description

The payload of a Token. See also Payload.

Definition at line 27 of file PayloadAttribute.cs.

Constructor & Destructor Documentation

Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.PayloadAttribute ( )

Initialize this attribute with no payload.

Definition at line 32 of file PayloadAttribute.cs.

Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.PayloadAttribute ( Payload  payload)

Initialize this attribute with the given payload.

Definition at line 37 of file PayloadAttribute.cs.

Member Function Documentation

override void Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.Clear ( )

Definition at line 49 of file PayloadAttribute.cs.

override System.Object Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.Clone ( )

Definition at line 54 of file PayloadAttribute.cs.

override void Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.CopyTo ( Attribute  target)

Definition at line 94 of file PayloadAttribute.cs.

override bool Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.Equals ( System.Object  other)

Definition at line 68 of file PayloadAttribute.cs.

override int Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.GetHashCode ( )

Definition at line 89 of file PayloadAttribute.cs.

Property Documentation

virtual Payload Lucene.Net.Analysis.Tokenattributes.PayloadAttribute.Payload
getset

Returns this Token's payload.

Definition at line 44 of file PayloadAttribute.cs.


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