Details
-
New Feature
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
0.2
-
None
-
None
Description
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