public interface DocumentSelector
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.Modifier and Type | Method and Description |
---|---|
boolean |
select(Metadata metadata)
Checks if a document with the given metadata matches the specified
selection criteria.
|
boolean select(Metadata metadata)
metadata
- document metadatatrue
if the document matches the selection criteria,
false
otherwiseCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.