org.apache.solr.rest
Class SchemaRestApi

java.lang.Object
  extended by org.restlet.Restlet
      extended by org.restlet.Application
          extended by org.apache.solr.rest.SchemaRestApi
All Implemented Interfaces:
org.restlet.Uniform

public class SchemaRestApi
extends org.restlet.Application


Field Summary
static String COPY_FIELDS
           
static String COPY_FIELDS_PATH
           
static String DYNAMIC_FIELDS
           
static String DYNAMIC_FIELDS_PATH
           
static String FIELDS
           
static String FIELDS_PATH
           
static String FIELDTYPES
           
static String FIELDTYPES_PATH
           
static org.slf4j.Logger log
           
static String NAME_SEGMENT
           
static String NAME_VARIABLE
           
 
Constructor Summary
SchemaRestApi()
           
 
Method Summary
 org.restlet.Restlet createInboundRoot()
          Bind URL paths to the appropriate ServerResource subclass.
 void stop()
           
 
Methods inherited from class org.restlet.Application
createOutboundRoot, getConnectorService, getConnegService, getConverterService, getCurrent, getDecoderService, getEncoderService, getInboundRoot, getMetadataService, getOutboundRoot, getRangeService, getRole, getRoles, getServices, getStatusService, getTaskService, getTunnelService, handle, setClientRoot, setConnectorService, setConnegService, setContext, setConverterService, setCurrent, setDecoderService, setEncoderService, setInboundRoot, setInboundRoot, setMetadataService, setOutboundRoot, setOutboundRoot, setRangeService, setRoles, setStatusService, setTaskService, setTunnelService, start
 
Methods inherited from class org.restlet.Restlet
createFinder, finalize, getApplication, getAuthor, getContext, getDescription, getFinderClass, getLogger, getName, getOwner, handle, handle, handle, isStarted, isStopped, setAuthor, setDescription, setFinderClass, setName, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final org.slf4j.Logger log

FIELDS

public static final String FIELDS
See Also:
Constant Field Values

FIELDS_PATH

public static final String FIELDS_PATH
See Also:
Constant Field Values

DYNAMIC_FIELDS

public static final String DYNAMIC_FIELDS
See Also:
Constant Field Values

DYNAMIC_FIELDS_PATH

public static final String DYNAMIC_FIELDS_PATH
See Also:
Constant Field Values

FIELDTYPES

public static final String FIELDTYPES
See Also:
Constant Field Values

FIELDTYPES_PATH

public static final String FIELDTYPES_PATH
See Also:
Constant Field Values

NAME_VARIABLE

public static final String NAME_VARIABLE
See Also:
Constant Field Values

NAME_SEGMENT

public static final String NAME_SEGMENT
See Also:
Constant Field Values

COPY_FIELDS

public static final String COPY_FIELDS
See Also:
Constant Field Values

COPY_FIELDS_PATH

public static final String COPY_FIELDS_PATH
See Also:
Constant Field Values
Constructor Detail

SchemaRestApi

public SchemaRestApi()
Method Detail

stop

public void stop()
          throws Exception
Overrides:
stop in class org.restlet.Application
Throws:
Exception

createInboundRoot

public org.restlet.Restlet createInboundRoot()
Bind URL paths to the appropriate ServerResource subclass.

Overrides:
createInboundRoot in class org.restlet.Application


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