| Modifier and Type | Class and Description |
|---|---|
class |
DefaultSolrConfiguration
Default
OakSolrConfiguration |
class |
FixedNodeStateConfiguration
A
OakSolrNodeStateConfiguration whose NodeState is given once
and never updated so that the configuration is fixed. |
class |
OakSolrNodeStateConfiguration
An
OakSolrConfiguration specified via a given NodeState. |
class |
UpToDateNodeStateConfiguration
A
OakSolrNodeStateConfiguration whose NodeState is retrieved
via the NodeStore and a given String path. |
| Modifier and Type | Method and Description |
|---|---|
OakSolrConfiguration |
OakSolrConfigurationProvider.getConfiguration()
Provides a Solr configuration for Oak
|
OakSolrConfiguration |
DefaultSolrConfigurationProvider.getConfiguration() |
| Constructor and Description |
|---|
DefaultSolrConfigurationProvider(OakSolrConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
OakSolrConfiguration |
OakSolrConfigurationProviderService.getConfiguration() |
| Constructor and Description |
|---|
SolrQueryIndex(String name,
org.apache.solr.client.solrj.SolrServer solrServer,
OakSolrConfiguration configuration) |
SolrQueryIndex(String name,
org.apache.solr.client.solrj.SolrServer solrServer,
OakSolrConfiguration configuration,
org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator) |
SolrQueryIndex(String name,
org.apache.solr.client.solrj.SolrServer solrServer,
OakSolrConfiguration configuration,
org.apache.jackrabbit.oak.plugins.index.aggregate.NodeAggregator aggregator,
org.apache.jackrabbit.oak.plugins.index.solr.query.LMSEstimator estimator) |
Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.