Package org.apache.tika.example
Class InterruptableParsingExample
java.lang.Object
org.apache.tika.example.InterruptableParsingExample
This example demonstrates how to interrupt document parsing if
some condition is met.
InterruptableParsingExample.InterruptingContentHandler
throws special exception as soon as
find query
string in parsed file.
See also http://stackoverflow.com/questions/31939851
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
InterruptableParsingExample
public InterruptableParsingExample()
-
-
Method Details
-
findInFile
-