Constructor LengthFilter
LengthFilter(TokenStream, Int32, Int32)
Build a filter that removes words that are too long or too short from the text.
Declaration
public LengthFilter(TokenStream in_Renamed, int min, int max)
Parameters
Type | Name | Description |
---|---|---|
TokenStream | in_Renamed | |
System.Int32 | min | |
System.Int32 | max |