|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SynonymLookupProvider
An implementation for a synonym lookup. Provides a list of synonyms for a given value.
Most of the time, the synonym data will be lookup up during the configuration process (CompassConfigurable.configure(org.compass.core.config.CompassSettings), using the
dedicated settings that will "point" to the location of the synonym data
(i.e. a simple file path location for synonyms).
| Method Summary | |
|---|---|
String[] |
lookupSynonyms(String value)
Returns a list of synonyms for the given value. |
| Methods inherited from interface org.compass.core.config.CompassConfigurable |
|---|
configure |
| Method Detail |
|---|
String[] lookupSynonyms(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||