: - make sure that you only store fields you need to retrieve... if you : only need to search on the fields, make them indexed-only.
and omitNorms on any fields were you don't need lengthNormilization or field boosts (ie: date fields, numeric fields, boolean flag fields, etc...) -Hoss