On Tue, Mar 10, 2009 at 11:37 AM, Sammy Yu <temi...@gmail.com> wrote:
> Hi guys,
>    I'm trying to limit the size of my index and one of the things I
> have done is to not populate certain fields when the majority of the
> document have that value.  For example, if most of my documents in my
> index have a field color which has the value green I will not populate
> that field.  Only if it's another color will I will populate the
> field.
>
> My question is if I try to make a query such as -color:[* TO *] will
> it be much slower than -color:green?  Thanks for your help in advance.

It depends on the number of terms in the field.  For colors, the
number of unique terms will be low, so no it won't really be slower.

-Yonik
http://www.lucidimagination.com

Reply via email to