Property | Type | Description | |
---|---|---|---|
addOutput | void | ||
capture | void | ||
parse | void | ||
rollIncr | int |
Method | Description | |
---|---|---|
SynonymFilter ( TokenStream input, |
||
incrementToken ( ) : bool | ||
reset ( ) : void |
Method | Description | |
---|---|---|
addOutput ( BytesRef bytes, int matchInputLength, int matchEndOffset ) : void | ||
capture ( ) : void | ||
parse ( ) : void | ||
rollIncr ( int count ) : int |
public SynonymFilter ( TokenStream input, |
||
input | TokenStream | input tokenstream |
synonyms | synonym map | |
ignoreCase | bool | case-folds input for matching with |
return | System |