org.apache.solr.handler
Class RealTimeGetHandler

java.lang.Object
  extended by org.apache.solr.handler.RequestHandlerBase
      extended by org.apache.solr.handler.component.SearchHandler
          extended by org.apache.solr.handler.RealTimeGetHandler
All Implemented Interfaces:
SolrInfoMBean, SolrRequestHandler, PluginInfoInitialized, SolrCoreAware

public class RealTimeGetHandler
extends SearchHandler


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean
SolrInfoMBean.Category
 
Field Summary
 
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
 
Constructor Summary
RealTimeGetHandler()
           
 
Method Summary
protected  List<String> getDefaultComponents()
           
 String getDescription()
          Simple one or two line description
 URL[] getDocs()
          Documentation URL list.
 String getSource()
          CVS Source, SVN Source, etc
 
Methods inherited from class org.apache.solr.handler.component.SearchHandler
getComponents, handleRequestBody, 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
 

Constructor Detail

RealTimeGetHandler

public RealTimeGetHandler()
Method Detail

getDefaultComponents

protected List<String> getDefaultComponents()
Overrides:
getDefaultComponents in class SearchHandler

getDescription

public String getDescription()
Description copied from interface: SolrInfoMBean
Simple one or two line description

Specified by:
getDescription in interface SolrInfoMBean
Overrides:
getDescription in class SearchHandler

getSource

public String getSource()
Description copied from interface: SolrInfoMBean
CVS Source, SVN Source, etc

Specified by:
getSource in interface SolrInfoMBean
Overrides:
getSource in class SearchHandler

getDocs

public URL[] getDocs()
Description copied from interface: SolrInfoMBean
Documentation URL list.

Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...

Specified by:
getDocs in interface SolrInfoMBean
Overrides:
getDocs in class RequestHandlerBase


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