Skip to content
Snippets Groups Projects
Verified Commit 3d1454b7 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FIX standard path for indexes

parent 6afc20d7
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
<extensions> <extensions>
<table>mlb_coll_ext</table> <table>mlb_coll_ext</table>
</extensions> </extensions>
<path_to_lucene_index>/var/docservers/indexes/letterbox_coll/</path_to_lucene_index> <path_to_lucene_index>/opt/maarch/docservers/indexes/letterbox_coll/</path_to_lucene_index>
<categories> <categories>
<category> <category>
<id>incoming</id> <id>incoming</id>
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<extensions> <extensions>
<table/> <table/>
</extensions> </extensions>
<path_to_lucene_index>/var/docservers/indexes/attachments_coll/</path_to_lucene_index> <path_to_lucene_index>/opt/maarch/docservers/indexes/attachments_coll/</path_to_lucene_index>
<categories> <categories>
<category> <category>
<id>incoming</id> <id>incoming</id>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<extensions> <extensions>
<table/> <table/>
</extensions> </extensions>
<path_to_lucene_index>/var/docservers/indexes/version_attachments_coll/</path_to_lucene_index> <path_to_lucene_index>/opt/maarch/docservers/indexes/version_attachments_coll/</path_to_lucene_index>
<categories> <categories>
<category> <category>
<id>incoming</id> <id>incoming</id>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment