Package | Description |
---|---|
org.apache.solr.client.solrj.embedded |
SolrJ client implementations for embedded solr access.
|
Modifier and Type | Method and Description |
---|---|
JettyConfig |
JettyConfig.Builder.build() |
Modifier and Type | Method and Description |
---|---|
static JettyConfig.Builder |
JettyConfig.builder(JettyConfig other) |
Constructor and Description |
---|
JettySolrRunner(String solrHome,
JettyConfig config)
Construct a JettySolrRunner
After construction, you must start the jetty with
JettySolrRunner.start() |
JettySolrRunner(String solrHome,
Properties nodeProperties,
JettyConfig config)
Construct a JettySolrRunner
After construction, you must start the jetty with
JettySolrRunner.start() |
JettySolrRunner(String solrHome,
Properties nodeProperties,
JettyConfig config,
boolean enableProxy)
Construct a JettySolrRunner
After construction, you must start the jetty with
JettySolrRunner.start() |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.