Class CodepointCountFilter
Removes words that are too long or too short from the stream.
Note: Length is calculated as the number of Unicode codepoints.
Inheritance
System.Object
CodepointCountFilter
Implements
IDisposable
Inherited Members
Namespace: Lucene.Net.Analysis.Miscellaneous
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
public sealed class CodepointCountFilter : FilteringTokenFilter, IDisposable
Constructors
| Improve this Doc View SourceCodepointCountFilter(LuceneVersion, TokenStream, Int32, Int32)
Create a new Codepoint
Declaration
public CodepointCountFilter(LuceneVersion version, TokenStream in, int min, int max)
Parameters
Type | Name | Description |
---|---|---|
Lucene |
version | the Lucene match version |
Token |
in | the Token |
System. |
min | the minimum length |
System. |
max | the maximum length |
Methods
| Improve this Doc View SourceAccept()
Declaration
protected override bool Accept()
Returns
Type | Description |
---|---|
System. |
Overrides
Implements
IDisposable