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/03/12 22:23:23 UTC

[Solr Wiki] Trivial Update of "ExtractingRequestHandler" by YonikSeeley

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 YonikSeeley.
The comment on this change is: JIRA issues are not documentation!.
http://wiki.apache.org/solr/ExtractingRequestHandler?action=diff&rev1=67&rev2=68

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

  
  If extractOnly is true, additional input parameters:
  
-  * extractFormat=xml|text - Default is xml.  Controls the serialization format of the extract content.  xml format is actually XHTML, like passing the -x command to the tika command line application, while text is like the -t command.  See [[https://issues.apache.org/jira/browse/SOLR-1274|SOLR-1274]].
+  * extractFormat=xml|text - Default is xml.  Controls the serialization format of the extract content.  xml format is actually XHTML, like passing the -x command to the tika command line application, while text is like the -t command.
  
  == Order of field operations ==
   1. fields are generated by Tika or passed in as literals via {{{literal.fieldname=value}}}