Closed guebert closed 7 years ago
You can mount it to a path you want. So its not a search engine issue but a standard Linux mount issue.
A mapping in the search config is not necessary.
The mapping config is available for the case the links should point to other paths because your clients have use other mount points than your search server.
For example if you use the automount from Virtual box, where the path will be changed to /media/sf_ prefix.
If you want map some paths just use /etc/etl/connector-files and the option config['mappings'] ...
You can use more than one mapping by comma seperated mappings like
config['mappings'] = { "/media/sf_one": "file:///one", "/mount/two": "file:///two", }
Mandalka wrote (https://github.com/opensemanticsearch/open-semantic-search-appliance/issues/3)
Can anybody tell me, to which internal path data and index volumes have to been mapped?
eg \server\volume\data-folder --> \data (???) or --> \mnt\data or --> \home....
Maybe somebody could post an example of a config file for that (fstab) like this:
Many thanks!
Michael