C# Class org.apache.lucene.analysis.synonym.SynonymMap

A map of synonyms, keys and values are phrases. @lucene.experimental
Afficher le fichier Open project: paulirwin/lucene.net Class Usage Examples

Méthodes publiques

Свойство Type Description
fst FST
maxHorizontalContext int
words BytesRefHash

Méthodes publiques

Méthode Description
SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : System

Method Details

SynonymMap() public méthode

public SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : System
fst FST
words BytesRefHash
maxHorizontalContext int
Résultat System

Property Details

fst public_oe property

map<input word, list<ord>>
public FST fst
Résultat FST

maxHorizontalContext public_oe property

maxHorizontalContext: maximum context we need on the tokenstream
public int maxHorizontalContext
Résultat int

words public_oe property

map<ord, outputword>
public BytesRefHash words
Résultat BytesRefHash