Class LengthFilter
Removes words that are too long or too short from the stream.
Inherited Members
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class LengthFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
LengthFilter(TokenStream, Int32, Int32) | Build a filter that removes words that are too long or too short from the text. |
Methods
Name | Description |
---|---|
IncrementToken() | Returns the next input Token whose term() is the right len |