You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2011/06/22 16:44:35 UTC

[Tika Wiki] Update of "TikaJAXRS" by ChrisMattmann

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.

The "TikaJAXRS" page has been changed by ChrisMattmann:
http://wiki.apache.org/tika/TikaJAXRS

New page:
This is placeholder stub for documentation on tika's JSR 311 network server, tika-server.

Services:

{{{/meta 
HTTP PUTs a document to the /meta service and you get back "text/csv" of the metadata.
}}}

{{{/tika

HTTP PUTs a document to the /tika service and you get back the extracted text.
HTTP GET prints a greeting stating the server is up.
}}}

{{{/unpacker

HTTP PUTs an embedded document type to the /unpacker service and you get back a zip of the extracted text for each resource filename in the original PUT embedded document type.
}}}