gov.nasa.pds.search
Class PDAPHandler
java.lang.Object
org.apache.solr.handler.RequestHandlerBase
org.apache.solr.handler.component.SearchHandler
org.apache.solr.handler.StandardRequestHandler
gov.nasa.pds.search.PDAPHandler
- All Implemented Interfaces:
- org.apache.solr.core.SolrInfoMBean, org.apache.solr.request.SolrRequestHandler, org.apache.solr.util.plugin.PluginInfoInitialized, org.apache.solr.util.plugin.SolrCoreAware
public class PDAPHandler
- extends org.apache.solr.handler.StandardRequestHandler
This class handles query requests conforming to IPDA's
Planetary Data Access Protocol (PDAP) and maps that query into
a Solr conformant query for the Search Service to process.
- Author:
- pramirez
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
org.apache.solr.core.SolrInfoMBean.Category |
Fields inherited from class org.apache.solr.handler.component.SearchHandler |
components, log |
Fields inherited from class org.apache.solr.handler.RequestHandlerBase |
appends, defaults, httpCaching, initArgs, invariants |
Method Summary |
void |
handleRequestBody(org.apache.solr.request.SolrQueryRequest request,
org.apache.solr.response.SolrQueryResponse response)
|
Methods inherited from class org.apache.solr.handler.StandardRequestHandler |
getDescription, getDocs, getSource |
Methods inherited from class org.apache.solr.handler.component.SearchHandler |
getComponents, getDefaultComponents, inform, init |
Methods inherited from class org.apache.solr.handler.RequestHandlerBase |
getCategory, getInitArgs, getName, getStatistics, getVersion, handleRequest, init |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDAPHandler
public PDAPHandler()
handleRequestBody
public void handleRequestBody(org.apache.solr.request.SolrQueryRequest request,
org.apache.solr.response.SolrQueryResponse response)
throws Exception
- Overrides:
handleRequestBody
in class org.apache.solr.handler.component.SearchHandler
- Throws:
Exception
Copyright © 2010–2014 Planetary Data System. All rights reserved.