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. Best, Sammy Yu