Uses of Class
com.funnelback.publicui.search.model.curator.config.CuratorConfig
-
Packages that use CuratorConfig Package Description com.funnelback.publicui.search.model.collection Provides classes representing collections to search on. -
-
Uses of CuratorConfig in com.funnelback.publicui.search.model.collection
Fields in com.funnelback.publicui.search.model.collection declared as CuratorConfig Modifier and Type Field Description private CuratorConfig
Profile. curatorConfig
Curator configuration inconf/[collection]/[profile]/curator.json
orconf/[collection]/[profile]/curator.yaml
.private CuratorConfig
Profile.ProfileBuilder. curatorConfig
Methods in com.funnelback.publicui.search.model.collection that return CuratorConfig Modifier and Type Method Description CuratorConfig
Profile. getCuratorConfig()
Curator configuration inconf/[collection]/[profile]/curator.json
orconf/[collection]/[profile]/curator.yaml
.Methods in com.funnelback.publicui.search.model.collection with parameters of type CuratorConfig Modifier and Type Method Description Profile.ProfileBuilder
Profile.ProfileBuilder. curatorConfig(CuratorConfig curatorConfig)
void
Profile. setCuratorConfig(CuratorConfig curatorConfig)
Curator configuration inconf/[collection]/[profile]/curator.json
orconf/[collection]/[profile]/curator.yaml
.Constructors in com.funnelback.publicui.search.model.collection with parameters of type CuratorConfig Constructor Description Profile(java.lang.String id, FacetedNavigationConfig facetedNavConfConfig, CuratorConfig curatorConfig, com.funnelback.config.configtypes.service.ServiceConfigReadOnly serviceConfig, java.lang.String padreOpts)
-