Class SynonymMap.Parser
Abstraction for parsing synonym files.
@lucene.experimental
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 abstract class Parser : SynonymMap.Builder
Constructors
Name | Description |
---|---|
Parser(Boolean, Analyzer) |
Methods
Name | Description |
---|---|
Analyze(String, CharsRef) | Sugar: analyzes the text with the analyzer and separates by WORD_SEPARATOR. reuse and its chars must not be null. |
Parse(TextReader) | Parse the given input, adding synonyms to the inherited SynonymMap.Builder. |