Class SynonymMap
A map of synonyms, keys and values are phrases. @lucene.experimental
Inheritance
System.Object
SynonymMap
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public class SynonymMap
Constructors
Name | Description |
---|---|
SynonymMap(FST<BytesRef>, BytesRefHash, Int32) |
Fields
Name | Description |
---|---|
WORD_SEPARATOR | for multiword support, you must separate words with this separator |
Properties
Name | Description |
---|---|
Fst | map<input word, list<ord>> |
MaxHorizontalContext | maxHorizontalContext: maximum context we need on the tokenstream |
Words | map<ord, outputword> |