See: Description
| Class | Description |
|---|---|
| CopyFieldCollectionResource |
This class responds to requests at /solr/(corename)/schema/copyfields
|
| DynamicFieldCollectionResource |
This class responds to requests at /solr/(corename)/schema/dynamicfields
|
| DynamicFieldResource |
This class responds to requests at /solr/(corename)/schema/dynamicfields/(pattern)
where pattern is a field name pattern (with an asterisk at the beginning or the end).
|
| FieldCollectionResource |
This class responds to requests at /solr/(corename)/schema/fields
|
| FieldResource |
This class responds to requests at /solr/(corename)/schema/fields/(fieldname)
where "fieldname" is the name of a field.
|
| FieldTypeCollectionResource |
This class responds to requests at /solr/(corename)/schema/fieldtypes
The GET method returns properties for all field types defined in the schema.
|
| FieldTypeResource |
This class responds to requests at /solr/(corename)/schema/fieldtype/(typename)
where "typename" is the name of a field type in the schema.
|
| FieldTypeXmlAdapter |
Utility class for converting a JSON definition of a FieldType into the
XML format expected by the FieldTypePluginLoader.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.