Solr
class Solr (View source)
Properties
protected static | $solr_options | Configuration on where to find the solr server and how to get new index configurations into it. |
||
protected static | $merged_solr_options | A cache of solr_options with the defaults all merged in |
||
protected static | SolrService | $service_singleton | ||
protected static | SolrService_Core[] | $service_core_singletons |
Methods
public static
configure_server(array $options = array())
Update the configuration for Solr. See $solr_options for a discussion of the accepted array keys
Details
static
configure_server(array $options = array())
Update the configuration for Solr. See $solr_options for a discussion of the accepted array keys
static array
solr_options()
Get the configured Solr options with the defaults all merged in
static
set_service_class($class)
No description
static SolrService|SolrService_Core
service(string $core = null)
Get a SolrService
static
get_indexes()
No description