You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Hudson (Jira)" <ji...@apache.org> on 2022/06/13 16:15:00 UTC

[jira] [Commented] (TIKA-3790) Actually implement tika server client

    [ https://issues.apache.org/jira/browse/TIKA-3790?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17553687#comment-17553687 ] 

Hudson commented on TIKA-3790:
------------------------------

UNSTABLE: Integrated in Jenkins build Tika ยป tika-main-jdk8 #640 (See [https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/640/])
TIKA-3790 -- actually implement tika server client via pipes (not yet async) (tallison: [https://github.com/apache/tika/commit/7877f9b33dbf242bc2fbc030f23309c025d5c71a])
* (add) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaAsyncHttpClient.java
* (edit) tika-core/src/main/java/org/apache/tika/pipes/PipesClient.java
* (delete) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaHttpClient.java
* (add) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaPipesHttpClient.java
* (edit) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaClient.java
* (add) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaServerClientConfig.java
* (edit) tika-server/tika-server-client/src/test/resources/tika-config-simple-fs-emitter.xml
* (edit) tika-server/tika-server-client/pom.xml
* (edit) CHANGES.txt
* (edit) tika-core/src/main/java/org/apache/tika/pipes/PipesConfig.java
* (edit) tika-core/src/main/java/org/apache/tika/pipes/pipesiterator/fs/FileSystemPipesIterator.java
* (edit) tika-server/tika-server-client/src/test/java/org/apache/tika/server/client/TestBasic.java
* (edit) tika-server/tika-server-client/src/main/java/org/apache/tika/server/client/TikaClientCLI.java


> Actually implement tika server client
> -------------------------------------
>
>                 Key: TIKA-3790
>                 URL: https://issues.apache.org/jira/browse/TIKA-3790
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Priority: Major
>             Fix For: 2.4.1
>
>
> I put a draft of a pipes-based tika-server client in tika-server-client a while ago.  There is quite a bit more to do to make that actually useful.  This ticket covers implementing that for the /pipes endpoint. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)