| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.convert | |
| org.springframework.data.solr.core.mapping | |
| org.springframework.data.solr.core.schema | |
| org.springframework.data.solr.repository.support |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrTemplate.setMappingContext(MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> mappingContext) |
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> |
SolrJConverter.getMappingContext() |
MappingContext<? extends SolrPersistentEntity<?>,SolrPersistentProperty> |
MappingSolrConverter.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(Field field,
PropertyDescriptor descriptor,
SimpleSolrPersistentEntity<?> owner,
SimpleTypeHolder simpleTypeHolder) |
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(Field field,
PropertyDescriptor propertyDescriptor,
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-2015–2017 Pivotal Software, Inc.. All rights reserved.