Solr4Service
class Solr4Service extends SolrService (View source)
Properties
Methods
                                        protected                                                        
                
                    coreCommand($command, $core, $params = array())
        
                                            
                Handle encoding the GET parameters and making the HTTP call to execute a core command
from 
SolrService
            
                    public                                                                            
                
                    Apache_Solr_Response
                
                                
                    coreCreate($core, $instancedir, $config = null, $schema = null, $datadir = null)
        
                                            
                Create a new core
from 
SolrService
            
                    public                                                                            
                
                                
                    serviceForCore($core)
        
                                            
                Create a new Solr3Service_Core instance for the passed core
from 
SolrService
            Details
        
                    protected        
    coreCommand($command, $core, $params = array())
        
    
    Handle encoding the GET parameters and making the HTTP call to execute a core command
        
                            bool
    coreIsActive($core)
        
    
    Is the passed core active?
        
                            Apache_Solr_Response
    coreCreate($core, $instancedir, $config = null, $schema = null, $datadir = null)
        
    
    Create a new core
        
                            Apache_Solr_Response
    coreReload($core)
        
    
    Reload a core
        
                            Solr3Service_Core
    serviceForCore($core)
        
    
    Create a new Solr3Service_Core instance for the passed core