Uses of Class
de.hybris.platform.solrserver.SolrServerException
-
Packages that use SolrServerException Package Description de.hybris.platform.solrserver.strategies de.hybris.platform.solrserver.strategies.impl -
-
Uses of SolrServerException in de.hybris.platform.solrserver.strategies
Methods in de.hybris.platform.solrserver.strategies that throw SolrServerException Modifier and Type Method Description voidSolrServerCommand. execute(java.util.Map<java.lang.String,java.lang.String> configuration)The command execution logic.voidSolrServerCommandExecutor. executeCommand(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> configuration)Executes a command.voidSolrServerController. startServers()Starts the Solr servers.voidSolrServerController. stopServers()Stops the Solr servers. -
Uses of SolrServerException in de.hybris.platform.solrserver.strategies.impl
Methods in de.hybris.platform.solrserver.strategies.impl that throw SolrServerException Modifier and Type Method Description voidDefaultSolrServerCommandExecutor. executeCommand(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> configuration)protected voidDefaultSolrServerCommandExecutor. executeExternalCommand(java.lang.String command, java.util.Map<java.lang.String,java.lang.String> configuration)voidDefaultSolrServerController. startServers()voidDefaultSolrServerController. stopServers()
-