Uses of Interface
com.orchestranetworks.module.ModuleSearchRegistrationContext
-
Packages that use ModuleSearchRegistrationContext Package Description com.orchestranetworks.module This package allows to handle module registration. -
-
Uses of ModuleSearchRegistrationContext in com.orchestranetworks.module
Methods in com.orchestranetworks.module that return ModuleSearchRegistrationContext Modifier and Type Method Description ModuleSearchRegistrationContextModuleSearchRegistrationContext. registerSearchTemplate(Supplier<SearchTemplate> aSearchTemplate)Registers a new search template supplier.ModuleSearchRegistrationContextModuleSearchRegistrationContext. registerStopWords(StopWordsDeclaration aDeclaration, List<String> stopWords)Registers a new list of stop words under a given declaration.ModuleSearchRegistrationContextModuleSearchRegistrationContext. registerSynonyms(SynonymDeclaration aDeclaration, List<SynonymPair> someSynonyms)Registers a new list of synonyms under a given declaration.Methods in com.orchestranetworks.module with parameters of type ModuleSearchRegistrationContext Modifier and Type Method Description default voidModuleRegistration. handleSearchRegistration(ModuleSearchRegistrationContext aContext)Override this method to register module-defined search templates and custom lists of synonyms and stopwords.
-