Uses of Class
org.apache.solr.handler.component.QueryElevationComponent.InitializationExceptionCause
-
Packages that use QueryElevationComponent.InitializationExceptionCause Package Description org.apache.solr.handler.component SearchComponentimplementations for use inSearchHandler -
-
Uses of QueryElevationComponent.InitializationExceptionCause in org.apache.solr.handler.component
Methods in org.apache.solr.handler.component that return QueryElevationComponent.InitializationExceptionCause Modifier and Type Method Description static QueryElevationComponent.InitializationExceptionCauseQueryElevationComponent.InitializationExceptionCause. valueOf(String name)Returns the enum constant of this type with the specified name.static QueryElevationComponent.InitializationExceptionCause[]QueryElevationComponent.InitializationExceptionCause. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.solr.handler.component with parameters of type QueryElevationComponent.InitializationExceptionCause Modifier and Type Method Description protected 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.
-