summaryrefslogtreecommitdiffstats
path: root/.classpath
diff options
context:
space:
mode:
authorFlorian Zschocke <florian.zschocke@devolo.de>2017-01-09 14:43:46 +0100
committerFlorian Zschocke <florian.zschocke@devolo.de>2017-03-05 20:20:59 +0100
commit065583353751a976d578d08e2d4525fdc1ee042a (patch)
tree018e99263910f81a1eea5ac908f8c54ab8ccf10e /.classpath
parent9795ce49e134db7026a856671c8cc7e9dc82e5f8 (diff)
downloadgitblit-065583353751a976d578d08e2d4525fdc1ee042a.tar.gz
gitblit-065583353751a976d578d08e2d4525fdc1ee042a.zip
Add library `lucene-backward-codecs` to migrate indices.
To be able to read and migrate Lucene indices from old (4.x) formats to new (5.x) ones, add the `lucene-backward-codecs` library to the project. It is added to the `ext` directory and therefore to the classpath. According to the Lucene documentation, having it in the classpath can affect performance. But right now the `ext` directory is the only one available and even for a separate tool for offline migration the library would be needed.
Diffstat (limited to '.classpath')
-rw-r--r--.classpath1
1 files changed, 1 insertions, 0 deletions
diff --git a/.classpath b/.classpath
index 42cbfbc8..5d96d16d 100644
--- a/.classpath
+++ b/.classpath
@@ -22,6 +22,7 @@
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.22.jar" sourcepath="ext/src/wicket-auth-roles-1.4.22.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.22.jar" sourcepath="ext/src/wicket-extensions-1.4.22.jar" />
<classpathentry kind="lib" path="ext/lucene-core-5.5.2.jar" sourcepath="ext/src/lucene-core-5.5.2.jar" />
+ <classpathentry kind="lib" path="ext/lucene-backward-codecs-5.5.2.jar" sourcepath="ext/src/lucene-backward-codecs-5.5.2.jar" />
<classpathentry kind="lib" path="ext/lucene-analyzers-common-5.5.2.jar" sourcepath="ext/src/lucene-analyzers-common-5.5.2.jar" />
<classpathentry kind="lib" path="ext/lucene-highlighter-5.5.2.jar" sourcepath="ext/src/lucene-highlighter-5.5.2.jar" />
<classpathentry kind="lib" path="ext/lucene-memory-5.5.2.jar" sourcepath="ext/src/lucene-memory-5.5.2.jar" />