Re: Indexing questions

2008-07-15 Thread spring
> How about just copying and performing your indexing (or index write > related) > operations on the copy and then performing a rename operation followed by > reopening of the index readers. This is how we did it until now. But the indexes become bigger and bigger (50 GB and more) and so we are

Re: Indexing questions

2008-07-15 Thread spring
> This isn't quite true. If you open IndexWriter with autoCommit=false, > then none of the changes you do with it will be visible to an > IndexReader, even one reopened while IndexWriter is doing its work, > until you close the IndexWriter. Where are the docs for this transaction buffered?

<    1   2