Re: include_in_all: false not working for nested multi-field mappings in default-mapping.json

2014-03-07 Thread Alexander Reelsen
Hey, must be _default_, not _default as shown in your default-mapping.json --Alex On Thu, Mar 6, 2014 at 9:40 PM, asanderson a.steven.ander...@gmail.comwrote: I'm running Elasticsearch 1.0.1 using the following $ES_HOME/config/default-mapping.json: { _default: { properties: {

Re: include_in_all: false not working for nested multi-field mappings in default-mapping.json

2014-03-07 Thread asanderson
must be _default_, not _default as shown in your default-mapping.json Ahhh...good catch. That was a typo. However, after fixing that typo, the problem remains. The aggs search result is the following: { took: 36 timed_out: false _shards: { total: 1 successful: 1

include_in_all: false not working for nested multi-field mappings in default-mapping.json

2014-03-06 Thread asanderson
I'm running Elasticsearch 1.0.1 using the following $ES_HOME/config/default-mapping.json: { _default: { properties: { foo: { type: nested, include_in_all: false, properties: { bar: { type: string, index: not_analyzed,