[
https://issues.apache.org/jira/browse/TIKA-3463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17376815#comment-17376815
]
Hudson commented on TIKA-3463:
------------------------------
SUCCESS: Integrated in Jenkins build Tika ยป tika-main-jdk8 #272 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/272/])
TIKA-3463 -- add a filelist pipes iterator into tika-core (tallison:
[https://github.com/apache/tika/commit/b919aedf1f44315e16b3e23e876dee7a99808586])
* (add)
tika-core/src/test/java/org/apache/tika/pipes/pipesiterator/filelist/FileListPipesIteratorTest.java
* (add)
tika-core/src/main/java/org/apache/tika/pipes/pipesiterator/filelist/FileListPipesIterator.java
* (add) tika-core/src/test/resources/test-documents/file-list.txt
TIKA-3463 -- add a filelist pipes iterator into tika-core -- checkstyle
(tallison:
[https://github.com/apache/tika/commit/7fbaf37af137f0ba8c1f6b11f45b5f22044a3fcf])
* (edit)
tika-core/src/test/java/org/apache/tika/pipes/pipesiterator/filelist/FileListPipesIteratorTest.java
> Add FileListIterator as a pipes-iterator
> ----------------------------------------
>
> Key: TIKA-3463
> URL: https://issues.apache.org/jira/browse/TIKA-3463
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Assignee: Tim Allison
> Priority: Trivial
> Fix For: 2.0.0
>
>
> It'd be nice to be able to pass in a file-based list of fetch keys and have
> the pipes-iterator just work. This would be equivalent to the {{-fileList}}
> option in the current tika-batch.
> This is useful for processing only a specific subset of files within a
> directory or s3 bucket.
> There's some overlap with the CSV pipes iterator, but this is simpler and can
> live in tika-core because of no extra dependencies.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)