Class EnglishSynonymMapConfig
java.lang.Object
com.apple.foundationdb.record.lucene.synonym.EnglishSynonymMapConfig
- All Implemented Interfaces:
SynonymMapConfig
- Direct Known Subclasses:
EnglishSynonymMapConfig.AuthoritativeOnlyEnglishSynonymMapConfig,EnglishSynonymMapConfig.ExpandedEnglishSynonymMapConfig
Abstract class for synonym map config for English.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classAuthoritative only synonym map config for English.static classExpanded synonym map config for English. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet solr format input stream to build the synonymMap.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.apple.foundationdb.record.lucene.synonym.SynonymMapConfig
expand, getName
-
Constructor Details
-
EnglishSynonymMapConfig
public EnglishSynonymMapConfig()
-
-
Method Details
-
getSynonymInputStream
Description copied from interface:SynonymMapConfigGet solr format input stream to build the synonymMap.- Specified by:
getSynonymInputStreamin interfaceSynonymMapConfig- Returns:
- the input stream
-