C# 클래스 Lucene.Net.Analysis.Synonym.SynonymMap.Parser

Abstraction for parsing synonym files. @lucene.experimental
상속: Builder
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
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 ( TextReader @in ) : void

Parse the given input, adding synonyms to the inherited Builder.

Parser ( bool dedup, Analyzer analyzer ) : Lucene.Net.Analysis.Tokenattributes

메소드 상세

Analyze() 공개 메소드

Sugar: analyzes the text with the analyzer and separates by SynonymMap#WORD_SEPARATOR. reuse and its chars must not be null.
public Analyze ( string text, CharsRef reuse ) : CharsRef
text string
reuse CharsRef
리턴 CharsRef

Parse() 공개 추상적인 메소드

Parse the given input, adding synonyms to the inherited Builder.
public abstract Parse ( TextReader @in ) : void
@in System.IO.TextReader
리턴 void

Parser() 공개 메소드

public Parser ( bool dedup, Analyzer analyzer ) : Lucene.Net.Analysis.Tokenattributes
dedup bool
analyzer Analyzer
리턴 Lucene.Net.Analysis.Tokenattributes