Package | Description |
---|---|
org.apache.solr.rest |
Solr RESTful APIs via Restlet.
|
org.apache.solr.rest.schema |
Provides RESTful API access to the Solr Schema using Restlet.
|
Modifier and Type | Class and Description |
---|---|
static class |
RestManager.ManagedEndpoint
The Restlet router needs a lightweight extension of ServerResource to delegate a request
to.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
class |
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.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.