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 New page: #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. {{{ find . -name "*" -type f -exec java -Dauto -jar post.jar "{}" \; }}}
