Interface | Description |
---|---|
ContentExtractor<T,C> |
An adapter to extract the content from a specified location.
|
Class | Description |
---|---|
FSContentExtractor | Deprecated |
QueryBasedContentExtractor |
A
ContentExtractor to extract Content using any custom definition Query with input as paramsSome queries may not require any parameters; however as per ContentExtractor we need a reliable key for the toString() on the location parameter. |
ResourceContentExtractor |
A
ContentExtractor to extract content from any Resource (URL, FileSystem). |
Copyright © 2018. All rights reserved.