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 2011/04/27 13:52:16 UTC

[Solr Wiki] Update of "ExtractingRequestHandler" by janeiriknaevdal

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 janeiriknaevdal.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=69&rev2=70

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

  }}}
  == MultiCore config ==
   * For multi-core, specify {{{ sharedLib='lib' }}} in {{{ <solr /> }}} in example/solr/solr.xml in order for Solr to find the jars in example/solr/lib
+  * Lib resources in solrconfig.xml must point to the lib folder relative form where the actual used solrconfig.xml. 
+  * For multi cores with common solrconfig and schema the can use the same instanceDir  
  
  = Metadata =
  As has been implied up to now, Tika produces Metadata about the document.  Metadata often contains things like the author of the file or the number of pages, etc.  The Metadata produced depends on the type of document submitted.  For instance, PDFs have different metadata from Word docs.