Package | Description |
---|---|
org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
org.springframework.data.solr.core.schema | |
org.springframework.data.solr.repository.config | |
org.springframework.data.solr.server.support |
Constructor and Description |
---|
SolrTemplate(SolrClientFactory solrClientFactory) |
SolrTemplate(SolrClientFactory solrClientFactory,
RequestMethod requestMethod) |
SolrTemplate(SolrClientFactory solrClientFactory,
SolrConverter solrConverter) |
SolrTemplate(SolrClientFactory solrClientFactory,
SolrConverter solrConverter,
RequestMethod defaultRequestMethod) |
Constructor and Description |
---|
SolrPersistentEntitySchemaCreator(SolrClientFactory solrClientFactory) |
SolrPersistentEntitySchemaCreator(SolrClientFactory factory,
SolrSchemaWriter schemaWriter) |
SolrSchemaWriter(SolrClientFactory factory) |
Modifier and Type | Method and Description |
---|---|
abstract SolrClientFactory |
AbstractSolrConfiguration.solrClientFactory()
Define the
SolrClientFactory to be used. |
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 |
HttpSolrClientFactory
The
HttpSolrClientFactory replaces HttpSolrServerFactory from version 1.x and configures an
HttpSolrClient to work with the provided core. |
class |
HttpSolrClientFactoryBean
HttpSolrClientFactoryBean replaces HttpSolrServerFactoryBean from version 1.x. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.