Interface SynonymIndexer
Deprecated.
As of Mueller (7.2.x), with no direct replacement
-
Method Summary
Modifier and TypeMethodDescriptionString[]getSynonymSets(long companyId, String filterName) Deprecated.String[]getSynonymSets(String indexName, String filterName) Deprecated.voidupdateSynonymSets(long companyId, String filterName, String[] synonymSets) Deprecated.voidupdateSynonymSets(String indexName, String filterName, String[] synonymSets) Deprecated.
-
Method Details
-
getSynonymSets
Deprecated. -
getSynonymSets
Deprecated. -
updateSynonymSets
void updateSynonymSets(long companyId, String filterName, String[] synonymSets) throws SynonymException Deprecated.- Throws:
SynonymException
-
updateSynonymSets
void updateSynonymSets(String indexName, String filterName, String[] synonymSets) throws SynonymException Deprecated.- Throws:
SynonymException
-