summaryrefslogtreecommitdiff
path: root/ivy.xml
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2023-11-05 02:16:40 +0100
committerMichael Peter Christen <mc@yacy.net>2023-11-05 02:16:40 +0100
commit7db0534d8a0709a2903f1880e98aaa4657fbf462 (patch)
tree78c424061799e516b215ff4c0e820ef188461950 /ivy.xml
parent70e29937ef76b2f3c7f5061d71bb4b3ce740a361 (diff)
Added a zim parser to the surrogate import option.
You can now import zim files into YaCy by simply moving them to the DATA/SURROGATE/IN folder. They will be fetched and after parsing moved to DATA/SURROGATE/OUT. There are exceptions where the parser is not able to identify the original URL of the documents in the zim file. In that case the file is simply ignored. This commit also carries an important fix to the pdf parser and an increase of the maximum parsing speed to 60000 PPM which should make it possible to index up to 1000 files in one second.
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ivy.xml b/ivy.xml
index 61f9ee127..8c072699d 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -28,6 +28,7 @@
<dependency org="io.opentracing" name="opentracing-noop" rev="0.33.0"/>
<dependency org="io.opentracing" name="opentracing-util" rev="0.33.0"/>
<dependency org="javax.servlet" name="javax.servlet-api" rev="3.1.0"/>
+ <dependency org="javainetlocator" name="inetaddresslocator" rev="2.18" />
<dependency org="jcifs" name="jcifs" rev="1.3.17" conf="compile->master" />
<dependency org="net.arnx" name="jsonic" rev="1.3.10"/>
<dependency org="net.jthink" name="jaudiotagger" rev="2.2.5"/>