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 |
---|---|
Length |
Build a filter that removes words that are too long or too short from the text. |
Methods
Name | Description |
---|---|
Increment |
Returns the next input Token whose term() is the right len |