Package org.apache.tika.extractor
Interface DocumentSelector
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Interface for different document selection strategies for purposes like
embedded document extraction by a
ContainerExtractor instance.
An implementation of this interface defines some specific selection
criteria to be applied against the document metadata passed to the
select(Metadata) method.- Since:
- Apache Tika 0.8
-
Method Summary
-
Method Details
-
select
Deprecated.Checks if a document with the given metadata matches the specified selection criteria.- Parameters:
metadata- document metadata- Returns:
trueif the document matches the selection criteria,falseotherwise
-