Class ConfigurationPropertySourceScopeUtils
java.lang.Object
org.hibernate.search.engine.cfg.impl.ConfigurationPropertySourceScopeUtils
Provides shortcuts to create scopes, as well as a quick way to create a fallback property source for a given scope.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ConfigurationScopebackend()static ConfigurationScopestatic ConfigurationPropertySourcefallback(BeanResolver beanResolver, ConfigurationScope scope) Helps to create the fallback from the configuration providers for an exact scope.static ConfigurationScopeglobal()static ConfigurationScope
-
Method Details
-
global
-
backend
-
backend
-
index
-
fallback
public static ConfigurationPropertySource fallback(BeanResolver beanResolver, ConfigurationScope scope) Helps to create the fallback from the configuration providers for an exact scope. If multiple providers are available, they will be sorted and configurations from them will be added one by one as fallbacks.
-