Export to GitHub

bobo-browse - issue #10

Need to improve minID/maxID maintenace in facet loading.


Posted on Apr 22, 2009 by Happy Monkey

Maintenance of minID/maxID in facet loading code should be taken out of an inner loop that reads index data. It is not necessary to check min/max for every docid because docids always come in ascending order.

Comment #1

Posted on Apr 22, 2009 by Happy Monkey

The fix is in trunk.

Status: Fixed

Labels:
Type-Enhancement Priority-Medium