|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ManagedIndexSchema | |
|---|---|
| org.apache.solr.schema |
IndexSchema and FieldType implementations for powering schema.xml |
| Uses of ManagedIndexSchema in org.apache.solr.schema |
|---|
| Methods in org.apache.solr.schema that return ManagedIndexSchema | |
|---|---|
ManagedIndexSchema |
ManagedIndexSchema.addCopyFields(Map<String,Collection<String>> copyFields)
|
ManagedIndexSchema |
ManagedIndexSchema.addField(SchemaField newField)
|
ManagedIndexSchema |
ManagedIndexSchema.addField(SchemaField newField,
Collection<String> copyFieldNames)
|
ManagedIndexSchema |
ManagedIndexSchema.addFields(Collection<SchemaField> newFields)
|
ManagedIndexSchema |
ManagedIndexSchema.addFields(Collection<SchemaField> newFields,
Map<String,Collection<String>> copyFieldNames)
|
ManagedIndexSchema |
ManagedIndexSchemaFactory.create(String resourceName,
SolrConfig config)
First, try to locate the managed schema file named in the managedSchemaResourceName param. |
ManagedIndexSchema |
ManagedIndexSchemaFactory.getSchema()
|
| Methods in org.apache.solr.schema with parameters of type ManagedIndexSchema | |
|---|---|
void |
ManagedIndexSchemaFactory.setSchema(ManagedIndexSchema schema)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||