Dear Wiki user,

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

The "PostingManyFilesToExtractingRequestHandler" page has been changed by 
JaydeepBagrecha:
https://wiki.apache.org/tika/PostingManyFilesToExtractingRequestHandler?action=diff&rev1=1&rev2=2

Comment:
Please refer 
"https://wiki.apache.org/solr/ExtractingRequestHandler#SimplePostTool_.28post.jar.29";
 for detailed reference to above topic.

  #Describe PostingManyFilesToExtractingRequestHandler here.
  == Posting Multiple Files To Extracting Request Handler ==
  
- To post multiple files(all files within root directory and all it's 
sub-directories)to Extracting Request Handler simply execute the following 
command after going to the appropriate directory.
+ To post multiple files(all files within current directory and it's 
sub-directories)to Solr's Extracting Request Handler, simply execute the 
following command after going to the appropriate directory.
  {{{
  
  find . -name "*" -type f -exec java -Dauto -jar post.jar "{}" \;

Reply via email to