Class 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.