메소드 | 설명 | |
---|---|---|
IncrementToken ( ) : bool | ||
PatternReplaceFilter ( TokenStream @in, |
Constructs an instance to replace either the first, or all occurances
|
public PatternReplaceFilter ( TokenStream @in, |
||
@in | TokenStream | |
pattern | the pattern (a |
|
replacement | string | the "replacement string" to substitute, if null a /// blank string will be used. Note that this is not the literal /// string that will be used, '$' and '\' have special meaning. |
all | bool | if true, all matches will be replaced otherwise just the first match. |
리턴 | Lucene.Net.Analysis.Tokenattributes |