Uses of Enum Class
org.apache.solr.handler.component.QueryElevationComponent.InitializationExceptionCause
Packages that use QueryElevationComponent.InitializationExceptionCause
-
Uses of QueryElevationComponent.InitializationExceptionCause in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryElevationComponent.InitializationExceptionCauseModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.QueryElevationComponent.InitializationExceptionCause.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.solr.handler.component with parameters of type QueryElevationComponent.InitializationExceptionCauseModifier and TypeMethodDescriptionprotected voidQueryElevationComponent.handleInitializationException(Exception exception, QueryElevationComponent.InitializationExceptionCause cause) Handles the exception that occurred while initializing this component or when parsing a new config file at runtime.