The payload of a Token. See also {@link Payload}.
Namespace: Lucene.Net.Analysis.TokenattributesAssembly: Lucene.Net (in Lucene.Net.dll) Version: 2.9.4.1
Syntax
| C# |
|---|
public interface PayloadAttribute : Attribute |
| Visual Basic |
|---|
Public Interface PayloadAttribute _
Inherits Attribute |
| Visual C++ |
|---|
public interface class PayloadAttribute : Attribute |
See Also