Not cleanly currently. SOLR-2193: Re-architect Update Handler, should take care
of this though.
- Mark
On Apr 12, 2011, at 8:21 AM, stockii wrote:
> Hello.
>
> When is start an optimize (which takes more than 4 hours) no updates from
> DIH are possible.
> i thougt solr is copy the hole index a
"The current limitation or pause is when the ram buffer is flushing to disk "
-> when an optimize starts and is running ~4 hours, you say, that DIH is
flushing the doc`s during this "pause" into the index ?
-
--- System
On
You can index and optimize at the same time. The current limitation
or pause is when the ram buffer is flushing to disk, however that's
changing with the DocumentsWriterPerThread implementation, eg,
LUCENE-2324.
On Tue, Apr 12, 2011 at 8:34 AM, Shawn Heisey wrote:
> On 4/12/2011 6:21 AM, stockii
On 4/12/2011 6:21 AM, stockii wrote:
Hello.
When is start an optimize (which takes more than 4 hours) no updates from
DIH are possible.
i thougt solr is copy the hole index and then start an optimize from the
copy and not lock the index and optimize this ... =(
any way to do both in the same ti