Package | Description |
---|---|
org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
org.springframework.data.solr.repository.cdi | |
org.springframework.data.solr.repository.query | |
org.springframework.data.solr.repository.support |
Modifier and Type | Class and Description |
---|---|
class |
SolrTemplate
Implementation of
SolrOperations |
Modifier and Type | Method and Description |
---|---|
void |
SolrTransactionSynchronizationAdapter.CompletionDelegate.execute(SolrOperations solrOperations) |
void |
SolrTransactionSynchronizationAdapter.CommitTransaction.execute(SolrOperations solrOperations) |
void |
SolrTransactionSynchronizationAdapter.RollbackTransaction.execute(SolrOperations solrOperations) |
static SolrTransactionSynchronizationAdapterBuilder |
SolrTransactionSynchronizationAdapterBuilder.forOperations(SolrOperations solrOperations) |
Constructor and Description |
---|
SolrRepositoryBean(javax.enterprise.inject.spi.Bean<SolrOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager,
CustomRepositoryImplementationDetector detector)
Creates a new
SolrRepositoryBean . |
Constructor and Description |
---|
AbstractSolrQuery(SolrOperations solrOperations,
SolrQueryMethod solrQueryMethod) |
PartTreeSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations) |
StringBasedSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations) |
StringBasedSolrQuery(String query,
SolrQueryMethod queryMethod,
SolrOperations solrOperations) |
Modifier and Type | Method and Description |
---|---|
protected SolrOperations |
SolrRepositoryFactoryBean.getSolrOperations() |
SolrOperations |
SimpleSolrRepository.getSolrOperations() |
Modifier and Type | Method and Description |
---|---|
void |
SolrRepositoryFactoryBean.setSolrOperations(SolrOperations operations)
Configures the
SolrOperations to be used to create Solr repositories. |
void |
SimpleSolrRepository.setSolrOperations(SolrOperations solrOperations) |
Constructor and Description |
---|
SimpleSolrRepository(SolrEntityInformation<T,?> metadata,
SolrOperations solrOperations) |
SimpleSolrRepository(SolrOperations solrOperations) |
SimpleSolrRepository(SolrOperations solrOperations,
Class<T> entityClass) |
SolrRepositoryFactory(SolrOperations solrOperations) |
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.