Méthode | Description | |
---|---|---|
CodepointCountFilter ( LuceneVersion version, TokenStream @in, int min, int max ) : Lucene.Net.Analysis.Tokenattributes |
Create a new CodepointCountFilter. This will filter out tokens whose CharTermAttribute is either too short (Character#CodePointCount(char[], int, int) < min) or too long (Character#codePointCount(char[], int, int) > max).
|
Méthode | Description | |
---|---|---|
Accept ( ) : bool |
public CodepointCountFilter ( LuceneVersion version, TokenStream @in, int min, int max ) : Lucene.Net.Analysis.Tokenattributes | ||
version | LuceneVersion | the Lucene match version |
@in | TokenStream | |
min | int | the minimum length |
max | int | the maximum length |
Résultat | Lucene.Net.Analysis.Tokenattributes |