You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/10/23 17:03:00 UTC

[Solr Wiki] Update of "SolrRequestHandler" by GrantIngersoll

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by GrantIngersoll:
http://wiki.apache.org/solr/SolrRequestHandler

The comment on the change is:
added section on implementing SolrRequestHandler, need to flesh out docs more

------------------------------------------------------------------------------
  
  When !SolrRequestHandlers are accessed using path based URLs the [http://lucene.apache.org/solr/api/org/apache/solr/request/SolrQueryRequest.html SolrQueryRequest] object may that contains the parameters or the request may also contain a list of [:ContentStream:ContentStreams] containing bulk data for the request.
  
+ == Implementing a Request Handler ==
+ 
+ The easiest way to implement SolrRequestHandler is to extend the RequestHandlerBase class.  Also see the list of Request Handlers below for examples.
+ 
  == List of Request Handlers Available ==
  
  The Javadocs contain [http://lucene.apache.org/solr/api/org/apache/solr/request/SolrRequestHandler.html a complete list of Request Handlers].  Many of which have their own wiki pages...