Apache Lucene.Net 2.4.0 Class Library API

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