|
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.
|
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. | |
The payload of a Token. See also Payload.
Definition at line 27 of file PayloadAttribute.cs.
| 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.
| 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.
|
getset |
Returns this Token's payload.
Definition at line 44 of file PayloadAttribute.cs.
1.8.3