> The purpose of stored="true" is to store the raw string data > besides the analyzed/transformed data for displaying > purposes. This is fine for an analyzed solr.TextField, but > for an StrField both values are the same. So is there any > reason to apply stored="true" on a StrField as well?
If you don't store it, you cannot retrieve it (displaying purposes) via &fl= parameter. You can access indexed values via faceting, terms component etc.
