SolrSynonymParser
Parser for the Solr synonyms format.
- Blank lines and lines starting with '#' are comments.
- Explicit mappings match any token sequence on the LHS of "=>" and replace with all alternatives on the RHS. These types of mappings ignore the expand parameter in the constructor.
- Equivalent synonyms may be separated with commas and give no explicit mapping. In this case the mapping behavior will be taken from the expand parameter in the constructor.
- Multiple synonym mapping entries are merged.
Functions
Link copied to clipboard
Sugar: analyzes the text with the analyzer and separates by SynonymMap.WORD_SEPARATOR.
Link copied to clipboard