public interface SynonymProvider
SynonymProvider defines an interface for a component that
returns synonyms for a given term.| Modifier and Type | Method and Description |
|---|---|
String[] |
getSynonyms(String term)
Returns an array of terms that are considered synonyms for the given
term. |
void |
initialize(FileSystemResource fsr)
Initializes the synonym provider and passes the file system resource to
the synonym provider configuration defined by the configuration value of
the
synonymProviderConfigPath parameter. |
void initialize(FileSystemResource fsr) throws IOException
synonymProviderConfigPath parameter. The resource may be
null if the configuration parameter is not set.fsr - the file system resource to the synonym provider
configuration.IOException - if an error occurs while initializing the synonym
provider.Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.