Interface SynonymPair
-
public interface SynonymPairRepresents a pair of synonyms.The members of the pair are considered the same in the context of a search. Lists of synonyms are registered in a module. When configuring a field-level search strategy in the DMA, the data-modeler can refer to a registered list of synonyms using its
SynonymsKey.- Since:
- 6.0.0
- See Also:
ModuleSearchRegistrationContext.registerSynonyms(SynonymDeclaration, List)
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringfirst()static SynonymPairnewPair(String input, String output)Stringsecond()
-
-
-
Method Detail
-
newPair
static SynonymPair newPair(String input, String output)
-
first
String first()
-
second
String second()
-
-