On Mon, Mar 7, 2011 at 9:44 AM, Rachita Choudhary
<rachita.choudh...@burrp.com> wrote:
> As enum method , will create a bitset for all the unique values

It's more complex than that.
 - small sets will use a sorted int set... not a bitset
 - you can control what gets cached via facet.enum.cache.minDf parameter

-Yonik
http://lucidimagination.com

Reply via email to