Package | Description |
---|---|
org.apache.solr.client.solrj.embedded |
SolrJ client implementations for embedded solr access.
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedSolrServer.RequestWriterSupplier |
EmbeddedSolrServer.RequestWriterSupplier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmbeddedSolrServer.RequestWriterSupplier[] |
EmbeddedSolrServer.RequestWriterSupplier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EmbeddedSolrServer(CoreContainer coreContainer,
String coreName,
EmbeddedSolrServer.RequestWriterSupplier supplier)
Create an EmbeddedSolrServer wrapping a CoreContainer.
|
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.