added book extensions fb2, ibooks, epub

fb2: org.apache.tika.parser.xml
ibooks, epub: org.apache.tika.parser.epub
http://tika.apache.org/1.13/formats.html#Text_formats
This commit is contained in:
Sergey Stepanov 2016-09-23 15:08:03 +03:00 committed by GitHub
parent 07d2d1cbf1
commit 1d1ba7be3f

View file

@ -81,6 +81,18 @@
<arg>"application/pdf"</arg>
<arg>"pdf"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/x-fictionbook+xml</arg>
<arg>"fb2"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/e-pub+zip</arg>
<arg>"epub"</arg>
</postConstruct>
<postConstruct name="add">
<arg>"application/x-ibooks+zip</arg>
<arg>"ibooks"</arg>
</postConstruct>
</component>
<component name="fessCrawler" class="org.codelibs.fess.exec.Crawler"
instance="prototype">