No I don't. It's commented.
This is giving me 40 docs/sec indexing, witch is very a poor rate.
(I know this rate depends in a lot of things, including that my database is
not in the same network and other stuff, but I think I can get more than
this).
Any clues on what is probably happening to ope
DIH does not open searchers for each doc. Do you have any autocommit enabled?
On Mon, Aug 17, 2009 at 8:17 PM, Lucas F. A. Teixeira wrote:
> Hello all,
>
> I'm trying Data Import Handler for the first time to generate my index based
> on my db.
> Looking the server's logs, I can see the index proc
Hello all,
I'm trying Data Import Handler for the first time to generate my index based
on my db.
Looking the server's logs, I can see the index process is opening a new
searcher for every doc. Is this what we should expect? why? If not, how can
I avoid it? I think if this wasn't being done, could