Christoph Kiehl writes:
>
> AFAIK you should never open an IndexWriter and an IndexReader at the
> same time. You should use only one of them at a time but you may open as
> many IndexSearchers as you like for searching.
>
You cannot open an IndexSearcher without opening an IndexReader (explicitly
or implicitly).
Morus
---------------------------------------------------------------------
To unsubscribe, e-mail: lucene-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: lucene-user-help@jakarta.apache.org
|