Package org.apache.solr.servlet
Servlet related classes for powering the Solr HTTP API
-
Class Summary Class Description DirectSolrConnection DirectSolrConnection provides an interface to Solr that is similar to the the HTTP interface, but does not require an HTTP connection.HttpSolrCall This class represents a call made to SolrLoadAdminUiServlet A simple servlet to load the Solr Admin UIRedirectServlet A Simple redirection servlet to help us deprecate old UI elementsResponseUtils Response helper methods.ServletInputStreamWrapper Provides a convenient extension of theServletInputStream
class that can be subclassed by developers wishing to adapt the behavior of a Stream.ServletOutputStreamWrapper Provides a convenient extension of theServletOutputStream
class that can be subclassed by developers wishing to adapt the behavior of a Stream.SolrDispatchFilter This filter looks at the incoming URL maps them to handlers defined in solrconfig.xmlSolrDispatchFilter.ClosedServletInputStream SolrDispatchFilter.ClosedServletOutputStream SolrRequestParsers -
Enum Summary Enum Description SolrDispatchFilter.Action Enum to define action that needs to be processed.