Class MockFixedLengthPayloadFilter
Inheritance
System.Object
MockFixedLengthPayloadFilter
Namespace: Lucene.Net.Analysis
Assembly: Lucene.Net.TestFramework.dll
Syntax
public sealed class MockFixedLengthPayloadFilter : TokenFilter
Constructors
| Improve this Doc View SourceMockFixedLengthPayloadFilter(Random, TokenStream, Int32)
Declaration
public MockFixedLengthPayloadFilter(Random random, TokenStream in, int length)
Parameters
Type | Name | Description |
---|---|---|
Random | random | |
TokenStream | in | |
System.Int32 | length |
Methods
| Improve this Doc View SourceIncrementToken()
Declaration
public override bool IncrementToken()
Returns
Type | Description |
---|---|
System.Boolean |