Class NumericPayloadTokenFilter
Assigns a payload to a token based on the Type
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Payloads
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public class NumericPayloadTokenFilter : TokenFilter, IDisposable
Constructors
| Improve this Doc View SourceNumericPayloadTokenFilter(TokenStream, Single, String)
Declaration
public NumericPayloadTokenFilter(TokenStream input, float payload, string typeMatch)
Parameters
Type | Name | Description |
---|---|---|
Token |
input | |
System. |
payload | |
System. |
typeMatch |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override sealed bool IncrementToken()
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
IDisposable