when i want to index video file with nutch 1.3 i get the following error : 

*Error parsing: file:///D:/film.avi: failed(2,0): Can't retrieve Tika parser
for
   mime-type video/x-msvideo*
(also it is the same error for images file)

and in hadoop log the detail error is:

*parse.ParserFactory - ParserFactory:Plugin:
org.apache.nutch.parse.feed.FeedParser mapped to contentType video/x-msvideo
via parse-plugins.xml, but its plugin.xml file does not claim to support
contentType: video/x-msvideo*

i metioned that i add the following config in parse-plugins.xml:

*<mimeType name="video/x-msvideo">
        <plugin id="parse-tika" />
        <plugin id="feed" />
</mimeType>*

also add the folowing config in nutch-site.xml

*<property>
  <name>plugin.includes</name>
 
<value>nutch-extensionpoints|protocol-file|protocol-http|urlfilter-regex|parse-(html|tika|pdf|zip|avi)|index-(basic|anchor)|scoring-opic|urlnormalizer-(pass|regex|basic)</value>
  
</property>*

but the it doesn't work and get the same tika error,please help me

--
View this message in context: 
http://lucene.472066.n3.nabble.com/index-video-and-image-format-with-nutch-1-3-tp3324172p3324172.html
Sent from the Apache Tika - Development mailing list archive at Nabble.com.

Reply via email to