1
0
mirror of https://github.com/sismics/docs.git synced 2026-01-30 17:07:29 +00:00

Closes #62: logs for index checking, explicit commit on close

This commit is contained in:
jendib
2016-03-01 23:52:15 +01:00
parent a7a6adfa34
commit 59682b5ba6
4 changed files with 35 additions and 14 deletions

View File

@@ -93,6 +93,12 @@
<artifactId>lucene-queryparser</artifactId>
</dependency>
<!-- Only there to read old index and rebuild them -->
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-backward-codecs</artifactId>
</dependency>
<dependency>
<groupId>org.imgscalr</groupId>
<artifactId>imgscalr-lib</artifactId>