| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.schema | |
| org.springframework.data.solr.server.support |
| Constructor and Description |
|---|
SolrTemplate(SolrServerFactory solrServerFactory) |
SolrTemplate(SolrServerFactory solrServerFactory,
SolrConverter solrConverter) |
| Constructor and Description |
|---|
SolrPersistentEntitySchemaCreator(SolrServerFactory solrServerFactory) |
SolrPersistentEntitySchemaCreator(SolrServerFactory factory,
SolrSchemaWriter schemaWriter) |
SolrSchemaWriter(SolrServerFactory factory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EmbeddedSolrServerFactory
The EmbeddedSolrServerFactory allows hosting of an SolrServer instance in embedded mode.
|
class |
EmbeddedSolrServerFactoryBean
Implementation of
FactoryBean for registration of an EmbeddedSolrServer as a Spring bean. |
class |
HttpSolrServerFactory
The HttpSolrServerFactory configures an
HttpSolrServer to work with the provided core. |
class |
HttpSolrServerFactoryBean |
class |
MulticoreSolrServerFactory |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.