Export to GitHub

bobo-browse - issue #23

order array assume to be an int array, which is wasteful


Posted on Sep 17, 2009 by Grumpy Hippo

usually the number of terms is low, representing with an int is wasteful.

A problem is that we don't know is when constructing FacetDataCache, we iterate the terms table, at which point, we don't know the number of terms.

Comment #1

Posted on Sep 17, 2009 by Grumpy Hippo

(No comment was entered for this change.)

Comment #2

Posted on Nov 14, 2009 by Grumpy Hippo

fixed on trunk, for current impl of lucene user would have to specify. In the future, hopefully we can auto detect.

Status: Fixed

Labels:
Type-Defect Priority-Medium Performance