Class StrawManTikaAppDriver
java.lang.Object
org.apache.tika.batch.fs.strawman.StrawManTikaAppDriver
Simple single-threaded class that calls tika-app against every file in a directory.
This is exceedingly robust. One file per process.
However, you can use this to compare performance against tika-batch fs code.
-
Constructor Summary
ConstructorDescriptionStrawManTikaAppDriver
(Path inputRoot, Path outputRoot, int totalThreads, Path fileList, String[] args) -
Method Summary