Package org.apache.solr.rest.schema

Provides RESTful API access to the Solr Schema using Restlet.

See:
          Description

Class Summary
CopyFieldCollectionResource This class responds to requests at /solr/(corename)/schema/copyfields

To restrict the set of copyFields in the response, specify one or both of the following as query parameters, with values as space and/or comma separated dynamic or explicit field names: dest.fl: include copyFields that have one of these as a destination source.fl: include copyFields that have one of these as a source If both dest.fl and source.fl are given as query parameters, the copyfields in the response will be restricted to those that match any of the destinations in dest.fl and also match any of the sources in source.fl.

DefaultSchemaResource This class is invoked when a request URL starts with /schema/ but then further path elements don't match any defined resources.
DefaultSearchFieldResource This class responds to requests at /solr/(corename)/schema/defaultsearchfield
DynamicFieldCollectionResource This class responds to requests at /solr/(corename)/schema/dynamicfields

To restrict the set of dynamic fields in the response, specify a comma and/or space separated list of dynamic field patterns in the "fl" query parameter.

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

Two query parameters are supported: "fl": a comma- and/or space-separated list of fields to send properties for in the response, rather than the default: all of them.

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.
SchemaNameResource This class responds to requests at /solr/(corename)/schema/name
SchemaResource This class responds to requests at /solr/(corename)/schema
SchemaSimilarityResource This class responds to requests at /solr/(corename)/schema/similarity
SchemaVersionResource This class responds to requests at /solr/(corename)/schema/version
SolrQueryParserDefaultOperatorResource This class responds to requests at /solr/(corename)/schema/solrqueryparser/defaultoperator
SolrQueryParserResource This class responds to requests at /solr/(corename)/schema/solrqueryparser
UniqueKeyFieldResource This class responds to requests at /solr/(corename)/schema/uniquekey
 

Package org.apache.solr.rest.schema Description

Provides RESTful API access to the Solr Schema using Restlet.



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.