Lucene.Net 1.9.1 Class Library

LengthFilter Constructor 

Build a filter that removes words that are too long or too short from the text.

public LengthFilter(
   TokenStream in_Renamed,
   int min,
   int max
);

See Also

LengthFilter Class | Lucene.Net.Analysis Namespace