You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Rida Benjelloun (JIRA)" <ji...@apache.org> on 2008/11/07 23:21:44 UTC

[jira] Created: (TIKA-169) Tika Web Service Servlet

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-incubating
            Reporter: Rida Benjelloun
            Priority: Minor


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.


[jira] Updated: (TIKA-169) Tika Web Service Servlet

Posted by "Rida Benjelloun (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TIKA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rida Benjelloun updated TIKA-169:
---------------------------------

    Attachment: tikaServlet.war

Please add tika libs in WEB_INF lib directory

> 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-incubating
>            Reporter: Rida Benjelloun
>            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.


[jira] Commented: (TIKA-169) Tika Web Service Servlet

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TIKA-169?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650058#action_12650058 ] 

Jukka Zitting commented on TIKA-169:
------------------------------------

Nice, though I wonder what the use case is. Do we need this?

> 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
>            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.