| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.convert |
All the
Converters go here. |
| org.springframework.data.solr.repository.config |
Repository configuration and extension support.
|
| org.springframework.data.solr.repository.support |
Repository support classes for bootstrapping application context.
|
| Modifier and Type | Method and Description |
|---|---|
SolrConverter |
SolrTemplate.getConverter() |
SolrConverter |
SolrOperations.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrTemplate.setSolrConverter(SolrConverter solrConverter) |
| Constructor and Description |
|---|
SolrTemplate(SolrClientFactory solrClientFactory,
SolrConverter solrConverter) |
SolrTemplate(SolrClientFactory solrClientFactory,
SolrConverter solrConverter,
RequestMethod defaultRequestMethod) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingSolrConverter
|
class |
SolrConverterBase |
class |
SolrJConverter
Trivial implementation of
SolrConverter delegating conversion to DocumentObjectBinder |
| Modifier and Type | Method and Description |
|---|---|
SolrConverter |
AbstractSolrConfiguration.solrConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrRepositoryFactoryBean.setSolrConverter(SolrConverter solrConverter) |
| Constructor and Description |
|---|
SolrRepositoryFactory(org.apache.solr.client.solrj.SolrClient solrClient,
SolrConverter converter) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.