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 2010/10/22 20:00:51 UTC

[Solr Wiki] Update of "ExtractingRequestHandler" by GrantIngersoll

Dear Wiki user,

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

The "ExtractingRequestHandler" page has been changed by GrantIngersoll.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=64&rev2=65

--------------------------------------------------

  }}}
  You could also set all of the other literals and parameters in this class, and then use the ''setParams'' method to apply the changes to your content stream.
  
+ = Extending the ExtractingRequestHandler =
+ If you wish to supply your own ContentHandler for Solr to use, you can extend the ExtractingRequestHandler and override the createFactory() method.  This factory is responsible for constructing the SolrContentHandler that interacts with Tika.
+ 
  = Committer Notes =
  == Upgrading Tika ==
   * Get the Tika version to upgrade and unpackage it and switch into that directory.