[
https://issues.apache.org/jira/browse/TIKA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jukka Zitting resolved TIKA-169.
--------------------------------
Assignee: Jukka Zitting
Resolution: Won't Fix
Resolving as Won't Fix, since the extractOnly option of Solr's
ExtractingRequestHanlder already provides similar functionality.
> Tika Web Service Servlet
> ------------------------
>
> Key: TIKA-169
> URL: https://issues.apache.org/jira/browse/TIKA-169
> Project: Tika
> Issue Type: New Feature
> Components: general
> Affects Versions: 0.2
> Reporter: Rida Benjelloun
> Assignee: Jukka Zitting
> Priority: Minor
> Attachments: tikaServlet.war
>
>
> Tika servlet, use file or directory path to build a list of XML documents.
> The next version will allow file upload.
> Usage :
> //Extract document content and metadata
> http://localhost:8080/tikaServlet/?filePath=C:\test&start=0&rows=10
> //Extract metadata
> http://localhost:8080/tikaServlet/?filePath=C:\test&start=0&rows=10&extract=metadata
> //Extract document content
> http://localhost:8080/tikaServlet/?filePath=C:\test&start=0&rows=10&extract=content
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.