| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.convert |
| Modifier and Type | Method and Description |
|---|---|
SolrConverter |
SolrOperations.getConverter() |
SolrConverter |
SolrTemplate.getConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrTemplate.setSolrConverter(SolrConverter solrConverter) |
| Constructor and Description |
|---|
SolrTemplate(SolrServerFactory solrServerFactory,
SolrConverter solrConverter) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingSolrConverter
Implementation of
SolrConverter to read/write org.apache.solr.common.SolrDocumen/
SolrInputDocument. |
class |
SolrConverterBase |
class |
SolrJConverter
Trivial implementation of
SolrConverter delegating conversion to DocumentObjectBinder |
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.