Class SynonymMapRegistryImpl
java.lang.Object
com.apple.foundationdb.record.lucene.synonym.SynonymMapRegistryImpl
- All Implemented Interfaces:
SynonymMapRegistry
Registry for
SynonymMaps.-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.lucene.analysis.synonym.SynonymMapgetSynonymMap(String name) Gets the synonym analyzer of the given set of synonyms.static SynonymMapRegistryinstance()
-
Method Details
-
instance
-
getSynonymMap
Description copied from interface:SynonymMapRegistryGets the synonym analyzer of the given set of synonyms.- Specified by:
getSynonymMapin interfaceSynonymMapRegistry- Parameters:
name- the name of the synonym set- Returns:
- the analyzer over the given set of synonyms
-