On Wed, May 5, 2010 at 19:03, wildes miranda oliveira <[email protected]> wrote: > hi guys, is possible with jackrabbit SearchIndex to store index on > dbFileSystem and how to configure it ?
No, the lucene SearchIndex implementation doesn't make use of the virtual FileSystem configuration but creates the index subdirectories inside the workspace directories itself. This is because Lucene needs (fast) random access to its index files, which is not possible with a DB file system. Regards, Alex -- Alexander Klimetschek [email protected]
