Details
-
Type:
New Feature
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Won't Fix
-
Affects Version/s: 0.2
-
Fix Version/s: None
-
Component/s: general
-
Labels: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