Метод | Описание | |
---|---|---|
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 | |
Результат | CharsRef |
public abstract Parse ( |
||
@in | ||
Результат | void |
public Parser ( bool dedup, Analyzer analyzer ) : Lucene.Net.Analysis.Tokenattributes | ||
dedup | bool | |
analyzer | Analyzer | |
Результат | Lucene.Net.Analysis.Tokenattributes |