Re: [CLucene-dev] MultiLevelSkipListReader bug

2011-01-27 Thread Itamar Syn-Hershko
I mean - I cherry-picked that commit, and also merged TermPositionsQueue_fix into master and deleted it. Itamar. On 27/1/2011 8:15 PM, Itamar Syn-Hershko wrote: I pulled your change and merged to master. Also deleted the fix branch. Thanks. Itamar. On 21/1/2011 2:58 PM, Šplíchal Jiří w

Re: [CLucene-dev] MultiLevelSkipListReader bug

2011-01-27 Thread Itamar Syn-Hershko
I pulled your change and merged to master. Also deleted the fix branch. Thanks. Itamar. On 21/1/2011 2:58 PM, Šplíchal Jiří wrote: Hello, I found a and corrected bug in MultiLevelSkipListReader::init method. This bug is serious but quite simple to correct so it would be great to merge th

[CLucene-dev] MultiLevelSkipListReader bug

2011-01-21 Thread Šplíchal Jiří
Hello, I found a and corrected bug in MultiLevelSkipListReader::init method. This bug is serious but quite simple to correct so it would be great to merge the fix to master. I uploaded the fix to the highlighter branch as it is necessary for the new position based highlighting feature.