Class Index

D I M O Q S

D

DeleteByIdDefinitionParser  
DeleteByIdMessageProcessor DeleteByIdMessageProcessor invokes the deleteById(java.lang.String) method in SolrConnector
DeleteByQueryDefinitionParser  
DeleteByQueryMessageProcessor DeleteByQueryMessageProcessor invokes the deleteByQuery(java.lang.String) method in SolrConnector

I

IndexDefinitionParser  
IndexMessageProcessor IndexMessageProcessor invokes the index(java.lang.Object) method in SolrConnector
IndexPojoDefinitionParser  
IndexPojoMessageProcessor IndexPojoMessageProcessor invokes the indexPojo(java.lang.Object) method in SolrConnector

M

MessageToInputDocumentTransformerTransformer  

O

ORDEREnumTransformer  

Q

QueryDefinitionParser  
QueryMessageProcessor QueryMessageProcessor invokes the query(java.lang.String, java.lang.String, java.lang.String, int, java.util.List, int, int, java.util.Map, java.util.List, java.util.Map) method in SolrConnector

S

SolrConnector Module for Apache Solr Integration, it is based on the SolrJ Java Client API and allows interaction with Apache Solr standalone servers. 
SolrConnectorCapabilitiesAdapter A SolrConnectorCapabilitiesAdapter is a wrapper around SolrConnector that implements org.mule.api.Capabilities interface. 
SolrConnectorConfigDefinitionParser  
SolrConnectorConnectionManager A SolrConnectorConnectionManager is a wrapper around SolrConnector that adds connection management capabilities to the pojo. 
SolrConnectorConnectionManager.ConnectionKey A tuple of connection parameters  
SolrConnectorLifecycleAdapter A SolrConnectorLifecycleAdapter is a wrapper around SolrConnector that adds lifecycle methods to the pojo. 
SolrConnectorNamespaceHandler Registers bean definitions parsers for handling elements in http://www.mulesoft.org/schema/mule/solr
SolrModuleException Wrapper exception for isolating client library's exceptions from Mule.