| Since we don't use stored fields for projections, but rather the "_source", there is no need to store the fields. We should set store = false even on projectable fields. If one day we introduce a setting to use field storage rather than the "_source" for projections, we can always change the value of the "store" attribute based on the setting. |