Re: How does segment merging work

2007-03-21 Thread Matt Chaput
robert engels wrote: It seeks back at the end to the location and writes the size. Ah! Sorry I didn't get that. Thanks for your help! Matt - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

Re: How does segment merging work

2007-03-21 Thread robert engels
It seeks back at the end to the location and writes the size. On Mar 21, 2007, at 12:03 PM, Matt Chaput wrote: Aside from the useful exchange I had with Robert, I'd still like to know how Lucene knows what value to write in the "term count" part of the term dictionary header when it's mergin

How does segment merging work

2007-03-21 Thread Matt Chaput
Aside from the useful exchange I had with Robert, I'd still like to know how Lucene knows what value to write in the "term count" part of the term dictionary header when it's merging segments -- even if I decide forgo it in my own re-implementation. Of course, I can always just dive into the c