| 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.core.mapping |
All the mapping things!
|
| org.springframework.data.solr.core.schema |
Everything Apache Solr schema specific.
|
| org.springframework.data.solr.repository.support |
Repository support classes for bootstrapping application context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SolrTemplate.setMappingContext(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
| Constructor and Description |
|---|
QueryParserBase(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
QueryParsers(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
TermsQueryParser(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> |
MappingSolrConverter.getMappingContext() |
MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> |
SolrJConverter.getMappingContext() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MappingSolrConverter.write(Object source,
org.apache.solr.common.SolrDocumentBase target,
SolrPersistentEntity<?> entity) |
| Constructor and Description |
|---|
MappingSolrConverter(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSolrPersistentEntity<T>
Solr specific
PersistentEntity implementation holding eg. name of solr core. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrPersistentEntitySchemaCreator.afterSchemaWrite(SolrPersistentEntity<?> entity,
SchemaDefinition schema) |
protected void |
SolrPersistentEntitySchemaCreator.beforeSchemaWrite(SolrPersistentEntity<?> entity,
SchemaDefinition schema) |
SchemaDefinition |
SolrSchemaResolver.resolveSchemaForEntity(SolrPersistentEntity<?> entity) |
| Constructor and Description |
|---|
MappingSolrEntityInformation(SolrPersistentEntity<T> entity) |
| Constructor and Description |
|---|
SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.