[
https://issues.apache.org/jira/browse/TIKA-3541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17406928#comment-17406928
]
Hudson commented on TIKA-3541:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #323 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/323/])
TIKA-3541 -- add RangeFetcher interface (tallison:
[https://github.com/apache/tika/commit/c18cc6d08df26bd935e5611cd0ce60593a9b9ed1])
* (edit)
tika-pipes/tika-pipes-iterators/tika-pipes-iterator-s3/src/main/java/org/apache/tika/pipes/pipesiterator/s3/S3PipesIterator.java
* (add) tika-core/src/main/java/org/apache/tika/pipes/fetcher/RangeFetcher.java
* (edit)
tika-pipes/tika-fetchers/tika-fetcher-http/src/main/java/org/apache/tika/pipes/fetcher/http/HttpFetcher.java
* (edit)
tika-pipes/tika-fetchers/tika-fetcher-s3/src/main/java/org/apache/tika/pipes/fetcher/s3/S3Fetcher.java
> Add RangeFetcher interface
> --------------------------
>
> Key: TIKA-3541
> URL: https://issues.apache.org/jira/browse/TIKA-3541
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
> Fix For: 2.1.1
>
>
> We had already coded a range fetcher for the http and s3 fetchers. This
> allows a user, for example, to request bytes 100-1000 from a given url or s3
> object. Let's add an interface and formalize this.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)