Uses of Interface
com.orchestranetworks.module.ModuleSearchRegistrationContext
Packages that use ModuleSearchRegistrationContext
-
Uses of ModuleSearchRegistrationContext in com.orchestranetworks.module
Methods in com.orchestranetworks.module that return ModuleSearchRegistrationContextModifier and TypeMethodDescriptionModuleSearchRegistrationContext.registerSearchTemplate(Supplier<SearchTemplate> aSearchTemplate) Registers a new search template supplier.ModuleSearchRegistrationContext.registerStopWords(StopWordsDeclaration aDeclaration, List<String> stopWords) Registers a new list of stop words under a given declaration.ModuleSearchRegistrationContext.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 ModuleSearchRegistrationContextModifier and TypeMethodDescriptiondefault voidModuleRegistration.handleSearchRegistration(ModuleSearchRegistrationContext aContext) Override this method to register module-defined search templates and custom lists of synonyms and stopwords.