You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@jackrabbit.apache.org by wildes miranda oliveira <wi...@gmail.com> on 2010/05/05 19:03:26 UTC

SearchIndex

hi guys, is possible with jackrabbit SearchIndex to store index on
dbFileSystem and how to configure it ?

thanks.

Re: SearchIndex

Posted by wildes miranda oliveira <wi...@gmail.com>.
Ok, thanks Alex.

2010/5/5 Alexander Klimetschek <ak...@day.com>

> On Wed, May 5, 2010 at 19:03, wildes miranda oliveira
> <wi...@gmail.com> 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
> alexander.klimetschek@day.com
>

Re: SearchIndex

Posted by Alexander Klimetschek <ak...@day.com>.
On Wed, May 5, 2010 at 19:03, wildes miranda oliveira
<wi...@gmail.com> 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
alexander.klimetschek@day.com