C# Class Lucene.Net.Analysis.Synonym.SynonymMap

A map of synonyms, keys and values are phrases. @lucene.experimental
Datei anzeigen Open project: apache/lucenenet Class Usage Examples

Public Properties

Property Type Description
fst FST
maxHorizontalContext int
words Lucene.Net.Util.BytesRefHash

Public Methods

Method Description
SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : Lucene.Net.Analysis.Tokenattributes

Method Details

SynonymMap() public method

public SynonymMap ( FST fst, BytesRefHash words, int maxHorizontalContext ) : Lucene.Net.Analysis.Tokenattributes
fst FST
words Lucene.Net.Util.BytesRefHash
maxHorizontalContext int
return Lucene.Net.Analysis.Tokenattributes

Property Details

fst public_oe property

map<input word, list<ord>>
public FST fst
return FST

maxHorizontalContext public_oe property

maxHorizontalContext: maximum context we need on the tokenstream
public int maxHorizontalContext
return int

words public_oe property

map<ord, outputword>
public BytesRefHash,Lucene.Net.Util words
return Lucene.Net.Util.BytesRefHash