| 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 Object |
MappingSolrConverter.getValue(SolrPersistentProperty property,
Object source,
Object parent) |
| Constructor and Description |
|---|
MappingSolrConverter(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleSolrPersistentProperty
Solr specific
PersistentProperty implementation processing taking
Field into account |
| Modifier and Type | Method and Description |
|---|---|
protected SolrPersistentProperty |
SimpleSolrMappingContext.createPersistentProperty(Property property,
SimpleSolrPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
SolrPersistentProperty |
SolrPersistentEntity.getPersistentProperty(String name) |
SolrPersistentProperty |
SolrPersistentEntity.getScoreProperty()
Returns the score property of the
SolrPersistentEntity. |
SolrPersistentProperty |
SimpleSolrPersistentEntity.getScoreProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected Association<SolrPersistentProperty> |
SimpleSolrPersistentProperty.createAssociation() |
| Modifier and Type | Method and Description |
|---|---|
String |
SolrPersistentProperty.PropertyToFieldNameConverter.convert(SolrPersistentProperty source) |
| Constructor and Description |
|---|
SimpleSolrPersistentProperty(Property property,
PersistentEntity<?,SolrPersistentProperty> owner,
SimpleTypeHolder simpleTypeHolder) |
| Modifier and Type | Method and Description |
|---|---|
protected SchemaDefinition.FieldDefinition |
SolrSchemaResolver.createFieldDefinitionForProperty(SolrPersistentProperty property) |
| Constructor and Description |
|---|
SolrEntityInformationCreatorImpl(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.