Class StrawManTikaAppDriver

java.lang.Object
org.apache.tika.batch.fs.strawman.StrawManTikaAppDriver
All Implemented Interfaces:
Callable<Integer>

public class StrawManTikaAppDriver extends Object implements Callable<Integer>
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 Details

    • StrawManTikaAppDriver

      public StrawManTikaAppDriver(Path inputRoot, Path outputRoot, int totalThreads, Path fileList, String[] args)
  • Method Details