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 | 
|---|---|---|
| TokenStream | input | |
| System.Single | payload | |
| System.String | typeMatch | 
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override sealed bool IncrementToken()
  Returns
| Type | Description | 
|---|---|
| System.Boolean | 
Overrides
Implements
      IDisposable