I have a field that I want to be full-text searchable, so I have it stored as type text.
However I want to be able to run aggregations on the entire contents of the field, so a keyword might be preferred.
How can I set up this field as searchable and aggregatable on the entire string? Note, NOT on the words in the string.
I don't believe that fielddata is what I'm after here as that's for the individual words I think.
Thanks! 