I have setup SenseNet 6.3 Community Edition
on my web application
based on Asp.net with C#
.
Currently there is lucene Index files
are being stored in App_Data
folder on web server on which my web app hosted.
Is there any way to store the lucene index file
remotely (another web server)
or Azure file storage
?
If yes then how and what are the cons of that?
I can see IndexDirectoryPath
webconfig setting
to store lucene index files
to another place but how to use it with remote location
.