| Package | Description |
|---|---|
| org.springframework.data.solr.core.schema |
Everything Apache Solr schema specific.
|
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaOperations.readSchema()
Read back the
SchemaDefinition from server. |
SchemaDefinition |
DefaultSchemaOperations.readSchema() |
SchemaDefinition |
SolrSchemaResolver.resolveSchemaForEntity(SolrPersistentEntity<?> entity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SolrPersistentEntitySchemaCreator.afterSchemaWrite(SolrPersistentEntity<?> entity,
SchemaDefinition schema) |
protected void |
SolrPersistentEntitySchemaCreator.beforeSchemaWrite(SolrPersistentEntity<?> entity,
SchemaDefinition schema) |
protected void |
SolrSchemaWriter.createSchema(SchemaDefinition schemaDefinition) |
protected void |
SolrSchemaWriter.updateSchema(SchemaDefinition schemaDefinition) |
void |
SolrSchemaWriter.writeSchema(SchemaDefinition schemaDefinition) |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.