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:
@@ -95,7 +95,7 @@
|
|||||||
replication is in use, this should match the replication
|
replication is in use, this should match the replication
|
||||||
configuration.
|
configuration.
|
||||||
-->
|
-->
|
||||||
<dataDir>../../../../data/solr</dataDir>
|
<dataDir>../../../data/solr</dataDir>
|
||||||
|
|
||||||
|
|
||||||
<!-- The DirectoryFactory to use for indexes.
|
<!-- The DirectoryFactory to use for indexes.
|
||||||
|
|||||||
Reference in New Issue
Block a user