| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.plugins.index.solr.server |
| Modifier and Type | Method and Description |
|---|---|
static SolrServerRegistry.Strategy |
SolrServerRegistry.Strategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrServerRegistry.Strategy[] |
SolrServerRegistry.Strategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.solr.client.solrj.SolrServer |
SolrServerRegistry.get(SolrServerConfiguration configuration,
SolrServerRegistry.Strategy strategy) |
static void |
SolrServerRegistry.register(SolrServerConfiguration configuration,
org.apache.solr.client.solrj.SolrServer solrServer,
SolrServerRegistry.Strategy strategy) |
static void |
SolrServerRegistry.unregister(SolrServerConfiguration configuration,
SolrServerRegistry.Strategy strategy) |
Copyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.