Mailing List Archive

RE: Lucene 1.2 and directory write permissions?
> From: Snyder, David [mailto:dsnyder@netgenics.com]
>
> I think splitting out the locks into a separate directory
> would solve our problem... Do you think this is something
> very difficult to do?

No, it will be easy.

> our indexes (we
> use many with the multisearcher) are about 13 gigs now and
> Lucene has hardly broken a sweat.

Wow! That's big! How many total documents? How long do queries take? Do
you optimize your indexes? How long does that take? How much memory do you
give to Java for indexing and search?

Doug