Specifying analyzer for _all field

You don't want to set the analyzer for _all to be keyword, _all is an
aggregation of all the other fields int the doc, so you basically treat the
whole aggregation of text as a single token.

On Fri, Mar 23, 2012 at 4:28 PM, Runar Myklebust runar@myklebust.me wrote:

Hi, Im having a bit of trouble to set the analyzer for the _all - field to
"keyword", and "not_analyzed" isnt working either.

In this gist, I have store data as showed, executes the query but I get no
results. If I execute query against the field "data_textfield" directly, I
get the result:

Elasticsearch setting all-field to analyzer keyword · GitHub

mvh

Runar Myklebust