Re: XGET to _mapping does not match the mapping I used to create the index, is this normal?

2014-06-08 Thread Jun Ohtani
Hi, You’re welcome. Btw Twitterとかで聞いてもらっても答えますので、お気軽に。もちろん、MLのほうが皆さんに見えるのでいいのですが。 Jun Ohtani joht...@gmail.com blog : http://blog.johtani.info twitter : http://twitter.com/johtani 2014/06/07 0:17、Enno Shioji のメール: > Hi Jun, > > Ah, I must be doing something wrong then. I'll corr

Re: XGET to _mapping does not match the mapping I used to create the index, is this normal?

2014-06-06 Thread Enno Shioji
Hi Jun, Ah, I must be doing something wrong then. I'll correct the JSON and test again. Btw わざわざテストしていただきありがとうございます! On Friday, 6 June 2014 15:29:37 UTC+1, Jun Ohtani wrote: > > Hi, > > How do you use API to create index? > > I think “dynamic” property is wrong place. > > I try to create i

Re: XGET to _mapping does not match the mapping I used to create the index, is this normal?

2014-06-06 Thread Jun Ohtani
Hi, How do you use API to create index? I think “dynamic” property is wrong place. I try to create index to use the following JSON and index; curl -XPOST localhost:9200/myidx -d ' { "settings": { "index.refresh_interval": "5m" }, "mappings": { "message": { "dynamic": "strict

XGET to _mapping does not match the mapping I used to create the index, is this normal?

2014-06-06 Thread Enno Shioji
Hi, I created my index using this mapping JSON: { "myidx": { "index.refresh_interval":"5m", "mappings": { "dynamic": "strict", "message": { "_ttl": { "enabled": true }, "properties": {