Storing a field w/o indexing it

hello - is it possible to have a field that is ignored in the index, but returned as part of the doc?

eg.

"long_mime_encoded_string" : "xxxx...xx",

What steps or magical incantation enables this setup? Put Mapping API looks like the sort-of maybe solution.

thanks in advance!