I have documents with boolean fields in a Mongo collection. To index these fields, is it better for their values to be Number (0 or 1) or does it make no difference if they are Boolean? I have received some "slow query" alerts in the search by using these Boolean fields.