Uses of Class
org.apache.solr.common.SolrException

Packages that use SolrException
org.apache.solr.common.cloud   
org.apache.solr.handler   
org.apache.solr.handler.admin   
org.apache.solr.schema   
 

Uses of SolrException in org.apache.solr.common.cloud
 

Subclasses of SolrException in org.apache.solr.common.cloud
 class ZooKeeperException
           
 

Uses of SolrException in org.apache.solr.handler
 

Methods in org.apache.solr.handler that throw SolrException
protected  void PingRequestHandler.handleEnable(boolean enable)
           
 

Uses of SolrException in org.apache.solr.handler.admin
 

Methods in org.apache.solr.handler.admin that throw SolrException
protected  boolean CoreAdminHandler.handleCreateAction(SolrQueryRequest req, SolrQueryResponse rsp)
          Handle 'CREATE' action.
protected  boolean CoreAdminHandler.handlePersistAction(SolrQueryRequest req, SolrQueryResponse rsp)
          Handler "PERSIST" action
protected  boolean CoreAdminHandler.handleRenameAction(SolrQueryRequest req, SolrQueryResponse rsp)
          Handle "RENAME" Action
protected  boolean CoreAdminHandler.handleStatusAction(SolrQueryRequest req, SolrQueryResponse rsp)
          Handle "STATUS" action
protected  boolean CoreAdminHandler.handleUnloadAction(SolrQueryRequest req, SolrQueryResponse rsp)
          Handle "UNLOAD" Action
 

Uses of SolrException in org.apache.solr.schema
 

Methods in org.apache.solr.schema that throw SolrException
 void SchemaField.checkFieldCacheSource(QParser parser)
          Sanity checks that the properties of this field type are plausible for a field that may be used to get a FieldCacheSource, throwing an appropriate exception (including the field name) if it is not.
 void SchemaField.checkSortability()
          Sanity checks that the properties of this field type are plausible for a field that may be used in sorting, throwing an appropriate exception (including the field name) if it is not.
 double ExchangeRateProvider.getExchangeRate(String sourceCurrencyCode, String targetCurrencyCode)
          Get the exchange rate betwen the two given currencies
 void ExchangeRateProvider.inform(ResourceLoader loader)
          Passes a ResourceLoader, used to read config files from e.g.
 void OpenExchangeRatesOrgProvider.inform(ResourceLoader loader)
           
 void OpenExchangeRatesOrgProvider.init(Map<String,String> params)
           
 boolean ExchangeRateProvider.reload()
          Ask the currency provider to explicitly reload/refresh its configuration.
 boolean OpenExchangeRatesOrgProvider.reload()
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.