Package | Description |
---|---|
org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
org.springframework.data.solr.core.convert | |
org.springframework.data.solr.server.support |
Constructor and Description |
---|
SolrTemplate(SolrServerFactory solrServerFactory) |
SolrTemplate(SolrServerFactory solrServerFactory,
SolrConverter solrConverter) |
Constructor and Description |
---|
MappingSolrConverter(SolrServerFactory solrServerFactory,
MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
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 |
Copyright © 2011-2013-2013 SpringSource. All Rights Reserved.