Dear Wiki user,

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

The "RecursiveMetadata" page has been changed by domtheo:
http://wiki.apache.org/tika/RecursiveMetadata?action=diff&rev1=2&rev2=3

  <<TableOfContents(2)>>
  
  = Introduction =
- After the MetadataDiscussion page was created, Jukka Zitting offered an 
example of how to get to recursive metadata when parsing with an 
AutoDetectParser, and later updated that example with how to get both text and 
metadata for nested documents using the AutoDetectParser.
+ After the MetadataDiscussion page was created 
[[http://vamostech.com/gps-tracking|GPS Tracking]], 
[[http://www.pintuvariasi.com|Pintu Aluminium]], 
[[http://www.trimasjaya.com/pintu-dan-jendela/index.html|Pintu dan Jendela]], 
and [[http://www.rumahparfum.com|Parfum Pria]] Jukka Zitting offered an example 
of how to get to recursive metadata when parsing with an AutoDetectParser, and 
later updated that example with how to get both text and metadata for nested 
documents using the AutoDetectParser.
  
  If you parse an archive (zip, tar, etc.) the parsed document contains other 
documents, and any of those documents could also be archives containing other 
documents, and so on. The example on this page shows you how to do the 
following:
  
@@ -89, +89 @@

  
  The rest of the main function parses a file. The parser used to parse the 
root document is the same parser that was added to the ParseContext as the 
parser to use for nested documents. 
  
- Looking at the Tika API (http://tika.apache.org/0.7/api/), I don't see a 
DefaultHandler class or a TikaInputStream. In the place of DefaultHandler you 
could use BodyContentHandler, and in the place of TikaInputStream you could use 
FileInputStream. 
+ Looking at the Tika API, I don't see a DefaultHandler class or a 
TikaInputStream. In the place of DefaultHandler you could use 
BodyContentHandler, and in the place of TikaInputStream you could use 
FileInputStream. 
  
  == Jukka's RecursiveMetadata Parser ==
  === RecursiveMetadataParser Constructor ===

Reply via email to