On 9/6/06, Marvin Humphrey <[EMAIL PROTECTED]> wrote:
So cut the Gordian Knot?

http://wiki.apache.org/jakarta-lucene/KinoSearchMergeModel

:-)  Interesting stuff...
So it looks like you have intermediate things that aren't lucene
segments, but end up producing valid lucene segments at the end of a
session?

For Java lucene, I think the biggest indexing gain could be had by not
buffering using single doc segments, but something optimized for
in-memory single segment creation.  The downside is complexity... two
sets of "merge" code.

It would be interesting to see an IndexWriter2 for full Gordian Knot
cutting like you do :-)

-Yonik
http://incubator.apache.org/solr Solr, the open-source Lucene search server

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to