Method | Description | |
---|---|---|
Analyze ( string text, CharsRef reuse ) : CharsRef |
Sugar: analyzes the text with the analyzer and separates by SynonymMap#WORD_SEPARATOR. reuse and its chars must not be null.
|
|
Parse ( |
Parse the given input, adding synonyms to the inherited Builder.
|
|
Parser ( bool dedup, Analyzer analyzer ) : Lucene.Net.Analysis.Tokenattributes |
public Analyze ( string text, CharsRef reuse ) : CharsRef | ||
text | string | |
reuse | CharsRef | |
return | CharsRef |
public abstract Parse ( |
||
@in | ||
return | void |
public Parser ( bool dedup, Analyzer analyzer ) : Lucene.Net.Analysis.Tokenattributes | ||
dedup | bool | |
analyzer | Analyzer | |
return | Lucene.Net.Analysis.Tokenattributes |