Hi, > The typical user for the workspace-level FileSystem is the lucene > search index (not 100% sure, I always used the standard > LocalFileSystem so far).
The Lucene search index (so far) always uses the native file system of the operating system. So changing the FileSystem to DbFileSystem will have no effect on the Lucene search index. The workspace-level file system is used to store blobs (if the blob store is enabled) - but anyways I suggest to use the data store. Regards, Thomas
