| Package | Description |
|---|---|
| org.springframework.data.solr.core |
Provides the classes necessary for Solr support.
|
| org.springframework.data.solr.core.schema |
Everything Apache Solr schema specific.
|
| org.springframework.data.solr.repository.config |
Repository configuration and extension support.
|
| Modifier and Type | Method and Description |
|---|---|
Set<SolrPersistentEntitySchemaCreator.Feature> |
SolrTemplate.getSchemaCreationFeatures() |
| Modifier and Type | Method and Description |
|---|---|
void |
SolrTemplate.setSchemaCreationFeatures(Collection<SolrPersistentEntitySchemaCreator.Feature> schemaCreationFeatures) |
| Modifier and Type | Method and Description |
|---|---|
static SolrPersistentEntitySchemaCreator.Feature |
SolrPersistentEntitySchemaCreator.Feature.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SolrPersistentEntitySchemaCreator.Feature[] |
SolrPersistentEntitySchemaCreator.Feature.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SolrPersistentEntitySchemaCreator |
SolrPersistentEntitySchemaCreator.disable(SolrPersistentEntitySchemaCreator.Feature feature) |
SolrPersistentEntitySchemaCreator |
SolrPersistentEntitySchemaCreator.enable(SolrPersistentEntitySchemaCreator.Feature feature) |
| Modifier and Type | Method and Description |
|---|---|
SolrPersistentEntitySchemaCreator |
SolrPersistentEntitySchemaCreator.enable(Collection<SolrPersistentEntitySchemaCreator.Feature> features) |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<SolrPersistentEntitySchemaCreator.Feature> |
AbstractSolrConfiguration.schemaSupport()
Define schema setup
SolrPersistentEntitySchemaCreator.Features. |
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.