I have just started using SOLR. I have configured the data directory in the solrconfig.xml. However, I've noticed that a subdirectory called index is always created in the end. Is there any way to avoid it?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
From my solrconfig.xml:
The SOLR index will be built in this directory when you start the SOLR server. The 'index' directory within it is where the SOLR server will place all your index data, without it you would not have a valid SOLR installation. |
|||||||||||
|
|
Seems like there's a simple solution here. Say your lucene directory is Why not symlink
Of course, this assumes that solr will just work, when given a raw lucene index. |
|||
|