C# 클래스 org.apache.lucene.analysis.synonym.SynonymMap

A map of synonyms, keys and values are phrases. @lucene.experimental
파일 보기 프로젝트 열기: paulirwin/lucene.net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fst FST
maxHorizontalContext int
words BytesRefHash

공개 메소드들

메소드 설명
SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : System

메소드 상세

SynonymMap() 공개 메소드

public SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : System
fst FST
words BytesRefHash
maxHorizontalContext int
리턴 System

프로퍼티 상세

fst 공개적으로 프로퍼티

map<input word, list<ord>>
public FST fst
리턴 FST

maxHorizontalContext 공개적으로 프로퍼티

maxHorizontalContext: maximum context we need on the tokenstream
public int maxHorizontalContext
리턴 int

words 공개적으로 프로퍼티

map<ord, outputword>
public BytesRefHash words
리턴 BytesRefHash