| 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 @Nullable org.apache.solr.client.solrj.SolrClient |
SolrServerRegistry.get(@NotNull SolrServerConfiguration configuration,
@NotNull SolrServerRegistry.Strategy strategy) |
static void |
SolrServerRegistry.register(@NotNull SolrServerConfiguration configuration,
@NotNull org.apache.solr.client.solrj.SolrClient solrServer,
@NotNull SolrServerRegistry.Strategy strategy) |
static void |
SolrServerRegistry.unregister(SolrServerConfiguration configuration,
@NotNull SolrServerRegistry.Strategy strategy) |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.