| Package | Description |
|---|---|
| org.springframework.data.solr.repository.query |
Apache Solr specific repository query methods and executions.
|
| org.springframework.data.solr.repository.support |
Repository support classes for bootstrapping application context.
|
| Modifier and Type | Method and Description |
|---|---|
<T,ID> SolrEntityInformation<T,ID> |
SolrEntityInformationCreator.getEntityInformation(Class<T> domainClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
MappingSolrEntityInformation<T,ID>
Solr specific implementation of
AbstractEntityInformation |
| Modifier and Type | Method and Description |
|---|---|
<T,ID> SolrEntityInformation<T,ID> |
SolrRepositoryFactory.getEntityInformation(Class<T> domainClass) |
<T,ID> SolrEntityInformation<T,ID> |
SolrEntityInformationCreatorImpl.getEntityInformation(Class<T> domainClass) |
| Constructor and Description |
|---|
SimpleSolrRepository(SolrOperations solrOperations,
SolrEntityInformation<T,?> metadata) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.