I am going to set my string as not indexed by elastic via mapping. So I do not need ANY search, aggregation, etc, whatsoever for certain strings.
I just need the string to come out together with other data when I search for other data.
Would "keyword" or "text" be more efficient if I care about memory usage?
Thanks!