1
0
mirror of https://github.com/djohnlewis/stackdump synced 2025-12-06 07:53:28 +00:00

Fixed bug where Solr data was being stored one directory too far back.

This commit is contained in:
Samuel Lai
2011-10-23 17:42:06 +11:00
parent 3626ea34ae
commit 61b3ba0c94

View File

@@ -95,7 +95,7 @@
replication is in use, this should match the replication
configuration.
-->
<dataDir>../../../../data/solr</dataDir>
<dataDir>../../../data/solr</dataDir>
<!-- The DirectoryFactory to use for indexes.