Skip to content

RUM 0.1

Compare
Choose a tag to compare
@kelvich kelvich released this 16 Dec 15:46
· 309 commits to master since this release
Fix shameful bug with maximum item size in entry tree

RUM posting trees received rightbound keys.  Accidentally RumMaxItemSize
was corrected according to this.  However RumMaxItemSize is related only
to entry tree which wasn't changed.  That cause long standing bug that long
lexemes can't fit entry tree.  Bug is fixed in this commit.  Also regression
test were added for longest lexemes with longest positions lists.