|
Spring Data Solr | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SolrOperations | |
|---|---|
| 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 | |
| Uses of SolrOperations in org.springframework.data.solr.core |
|---|
| Classes in org.springframework.data.solr.core that implement SolrOperations | |
|---|---|
class |
SolrTemplate
Implementation of SolrOperations |
| Uses of SolrOperations in org.springframework.data.solr.repository.cdi |
|---|
| Constructor parameters in org.springframework.data.solr.repository.cdi with type arguments of type SolrOperations | |
|---|---|
SolrRepositoryBean(javax.enterprise.inject.spi.Bean<SolrOperations> operations,
Set<Annotation> qualifiers,
Class<T> repositoryType,
javax.enterprise.inject.spi.BeanManager beanManager)
|
|
| Uses of SolrOperations in org.springframework.data.solr.repository.query |
|---|
| Constructors in org.springframework.data.solr.repository.query with parameters of type SolrOperations | |
|---|---|
AbstractSolrQuery(SolrOperations solrOperations,
SolrQueryMethod solrQueryMethod)
|
|
PartTreeSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations)
|
|
StringBasedSolrQuery(SolrQueryMethod method,
SolrOperations solrOperations)
|
|
StringBasedSolrQuery(String query,
SolrQueryMethod queryMethod,
SolrOperations solrOperations)
|
|
| Uses of SolrOperations in org.springframework.data.solr.repository.support |
|---|
| Methods in org.springframework.data.solr.repository.support that return SolrOperations | |
|---|---|
SolrOperations |
SimpleSolrRepository.getSolrOperations()
|
protected SolrOperations |
SolrRepositoryFactoryBean.getSolrOperations()
|
| Methods in org.springframework.data.solr.repository.support with parameters of type SolrOperations | |
|---|---|
void |
SimpleSolrRepository.setSolrOperations(SolrOperations solrOperations)
|
void |
SolrRepositoryFactoryBean.setSolrOperations(SolrOperations operations)
Configures the SolrOperations to be used to create Solr repositories. |
| Constructors in org.springframework.data.solr.repository.support with parameters of type SolrOperations | |
|---|---|
SimpleSolrRepository(SolrEntityInformation<T,?> metadata,
SolrOperations solrOperations)
|
|
SimpleSolrRepository(SolrOperations solrOperations)
|
|
SimpleSolrRepository(SolrOperations solrOperations,
Class<T> entityClass)
|
|
SolrRepositoryFactory(SolrOperations solrOperations)
|
|
|
Spring Data Solr | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||