Shard replication failures

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
335)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue(XContentObjectMapper.java:
405)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray(XContentObjectMapper.java:
397)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
330)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObject(XContentObjectMapper.java:
357)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
328)
at
org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
336)
at
org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
288)
at
org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(InternalIndexShard.java:
233)
at
org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalIndexShard.java:
225)
at
org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica(TransportIndexAction.java:
143)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
170)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:24:52,048][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:56,452][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:56,452][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:57,903][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][2]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:57,903][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:59,606][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:59,606][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:25:01,609][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][2]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
335)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue(XContentObjectMapper.java:
405)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray(XContentObjectMapper.java:
397)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
330)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObject(XContentObjectMapper.java:
357)
at
org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
328)
at
org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
336)
at
org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
288)
at
org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(InternalIndexShard.java:
233)
at
org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalIndexShard.java:
225)
at
org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica(TransportIndexAction.java:
143)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
170)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:25:01,609][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]

So I am wondering the root cause of this. So this is what I have done/
know so far to investigate:

  1. I tried to re-index the same data, and then I did not get any shard
    replication failure.
  2. There are no data errors on the master so I don't think its a data
    problem.
  3. I did the whole data indexing locally on my laptop running 2 nodes
    with the same data, and did not get this error.

So is this a communication problem or something else? Any ideas? I
really need to stabilize my QA environment, before I can hit PROD.

Thanks
Diptamay

Hi,

This has been fixed in master, can you give it a go? 0.9.1 release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay diptamay@gmail.com wrote:

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
335)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue(XContentObjectMapper.java:
405)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray(XContentObjectMapper.java:
397)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
330)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObject(XContentObjectMapper.java:
357)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
328)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
336)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
288)
at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(InternalIndexShard.java:
233)
at

org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalIndexShard.java:
225)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica(TransportIndexAction.java:
143)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
170)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:24:52,048][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:56,452][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:56,452][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:57,903][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][2]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:57,903][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:59,606][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:59,606][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:25:01,609][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][2]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
335)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue(XContentObjectMapper.java:
405)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray(XContentObjectMapper.java:
397)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
330)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObject(XContentObjectMapper.java:
357)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContentObjectMapper.java:
328)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
336)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XContentDocumentMapper.java:
288)
at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(InternalIndexShard.java:
233)
at

org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalIndexShard.java:
225)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica(TransportIndexAction.java:
143)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
170)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplicationOperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:25:01,609][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]

So I am wondering the root cause of this. So this is what I have done/
know so far to investigate:

  1. I tried to re-index the same data, and then I did not get any shard
    replication failure.
  2. There are no data errors on the master so I don't think its a data
    problem.
  3. I did the whole data indexing locally on my laptop running 2 nodes
    with the same data, and did not get this error.

So is this a communication problem or something else? Any ideas? I
really need to stabilize my QA environment, before I can hit PROD.

Thanks
Diptamay

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1 release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com wrote:

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
335)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue (XContentObjectMapper.java:
405)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray (XContentObjectMapper.java:
397)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
330)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec t(XContentObjectMapper.java:
357)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
328)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte ntDocumentMapper.java:
336)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte ntDocumentMapper.java:
288)
at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna lIndexShard.java:
233)
at

org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalInde xShard.java:
225)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica (TransportIndexAction.java:
143)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication OperationAction.java:
170)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication OperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:24:52,048][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:56,452][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:56,452][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:57,903][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][2]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:57,903][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:59,606][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:59,606][WARN

...

read more »

I just saw this as well:

On master:
[11:50:18,403][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [dam-view] (dynamic)
[12:06:18,608][WARN ][transport ] [Superia] Transport
response handler timed out, action [discovery/zen/fd/ping], node
[[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]]]
[12:06:56,178][INFO ][cluster.service ] [Superia] removed
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-node_failed([Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]),
reason failed to ping, tried [3] times, each with maximum [30s]
timeout
[12:06:57,029][INFO ][cluster.service ] [Superia] added
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-receive(from node[[Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]])

On slave:
[11:34:32,257][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][0]
suspect illegal state: trying to move shard from primary mode to
backup mode
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][2]
suspect illegal state: trying to move shard from primary mode to
backup mode

Is this part of the same issue?

-Diptamay

On Aug 16, 12:24 pm, diptamay dipta...@gmail.com wrote:

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1 release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com wrote:

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
335)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue (XContentObjectMapper.java:
405)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray (XContentObjectMapper.java:
397)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
330)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec t(XContentObjectMapper.java:
357)
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent ObjectMapper.java:
328)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte ntDocumentMapper.java:
336)
at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte ntDocumentMapper.java:
288)
at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna lIndexShard.java:
233)
at

org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalInde xShard.java:
225)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica (TransportIndexAction.java:
143)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication OperationAction.java:
170)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication OperationAction.java:
163)
at org.elasticsearch.transport.netty.MessageChannelHandler
$3.run(MessageChannelHandler.java:178)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
[11:24:52,048][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[11:24:56,452][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard [homebase][0]
org.elasticsearch.transport.RemoteTransportException: [Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
[11:24:56,452][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]

...

read more »

I think so.

On Mon, Aug 16, 2010 at 7:26 PM, diptamay diptamay@gmail.com wrote:

I just saw this as well:

On master:
[11:50:18,403][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [dam-view] (dynamic)
[12:06:18,608][WARN ][transport ] [Superia] Transport
response handler timed out, action [discovery/zen/fd/ping], node
[[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]]]
[12:06:56,178][INFO ][cluster.service ] [Superia] removed
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-node_failed([Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]),
reason failed to ping, tried [3] times, each with maximum [30s]
timeout
[12:06:57,029][INFO ][cluster.service ] [Superia] added
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-receive(from node[[Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]])

On slave:
[11:34:32,257][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][0]
suspect illegal state: trying to move shard from primary mode to
backup mode
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][2]
suspect illegal state: trying to move shard from primary mode to
backup mode

Is this part of the same issue?

-Diptamay

On Aug 16, 12:24 pm, diptamay dipta...@gmail.com wrote:

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1 release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com wrote:

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard
[homebase][0]
org.elasticsearch.transport.RemoteTransportException:
[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue
(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray
(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec
t(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte
ntDocumentMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte
ntDocumentMapper.java:

  1. at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna
lIndexShard.java:

  1. at

org.elasticsearch.index.shard.service.InternalIndexShard.index(InternalInde
xShard.java:

  1. at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnReplica
(TransportIndexAction.java:

  1. at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera
tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication
OperationAction.java:

  1. at

org.elasticsearch.action.support.replication.TransportShardReplicationOpera
tionAction

$ReplicaOperationTransportHandler.messageReceived(TransportShardReplication
OperationAction.java:

  1. at org.elasticsearch.transport.netty.MessageChannelHandler
    $3.run(MessageChannelHandler.java:178)
    at java.util.concurrent.ThreadPoolExecutor
    $Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor
    $Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:619)
    [11:24:52,048][WARN ][cluster.action.shard ] [Naga] sending
    failed
    shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
    [R], s[STARTED], reason [Failed to perform
    [indices/index/shard/index]
    on replica, message [RemoteTransportException[[Superia][inet[/
    172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
    [11:24:56,452][WARN ][action.index ] [Naga] Failed to
    perform indices/index/shard/index on replica Index Shard
    [homebase][0]
    org.elasticsearch.transport.RemoteTransportException:
    [Superia][inet[/
    172.20.65.163:9300]][indices/index/shard/index/replica]
    Caused by: java.lang.NullPointerException
    [11:24:56,452][WARN ][cluster.action.shard ] [Naga] sending
    failed
    shard for [homebase][0], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
    [R], s[STARTED], reason [Failed to perform
    [indices/index/shard/index]
    on replica, message [RemoteTransportException[[Superia][inet[/
    172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]

...

read more »

So I check out master and rebuilt from source. Now I don't get any
shard exception on master but get this on the slave.

[17:13:42,545][INFO ][node ] [Uncle Ben Parker]
{elasticsearch/0.9.1-SNAPSHOT/2010-08-16T20:55:47}[3680]: started
[17:18:30,912][WARN ][action.index ] [Uncle Ben Parker]
Failed to update master on updated mapping for index [hb_index], type
[lineup] and source [{"lineup":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"_boost":
{"name":"_boost"},"_id":{"store":"no"},"_index":
{"store":"no","enabled":false},"_type":{"store":"no"},"_id":
{"store":"no"},"_all":
{"enabled":true,"store":"no","term_vector":"no"},"_source":
{"name":"_source","enabled":true},"properties":{"userDate":
{"type":"date","index_name":"userDate","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"tags":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"player_460067_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435619_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457508_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_218596_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_502210_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_458731_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150011_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434378_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116380_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429664_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407556_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457566_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446382_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488862_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430599_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_119469_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136722_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407842_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451767_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_465705_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_453056_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112736_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150449_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429440_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435078_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150277_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452080_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114596_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150411_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407885_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425796_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_234194_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113296_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460269_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121358_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"team_id":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452671_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120691_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113961_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407816_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460059_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_132720_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_346871_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123660_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122620_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_428420_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116706_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400091_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120221_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430673_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_405395_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425664_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408230_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114739_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_115817_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150029_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425509_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456030_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434718_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_450583_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150217_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452668_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_133321_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"game_pk":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407893_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452035_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476601_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429667_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_461815_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425545_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460252_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_445988_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_469810_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150456_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"calendar_event_id":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430831_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407822_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407781_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116539_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488726_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276371_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122195_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425848_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_475582_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121347_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_491220_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122111_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434605_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407812_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112020_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407193_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150359_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456687_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430897_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429841_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452678_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276351_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123107_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150268_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_424324_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434158_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476704_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150438_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_466320_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150302_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_213711_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425783_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112116_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_134181_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488782_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407849_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_501925_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400121_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276055_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425206_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150407_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400058_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_433657_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435408_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425853_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489448_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408236_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136860_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_239795_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425903_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430911_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150153_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_503355_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425785_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460579_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_282332_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452783_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446333_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425549_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_236155_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452657_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136267_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112316_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_467094_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_131702_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120401_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489413_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425528_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429662_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460037_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435263_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400284_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_444836_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451482_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434578_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123173_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_470490_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434658_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122644_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400062_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434661_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_498568_pos":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":
{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":
{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}},"namespaceId":
{"type":"long","index_name":"namespaceId","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"state":
{"type":"string","index_name":"state","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"type":
{"type":"string","index_name":"type","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"id":
{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"createdOn":
{"type":"date","index_name":"createdOn","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"lastPublish":
{"type":"date","index_name":"lastPublish","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"name":
{"type":"string","index_name":"name","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"lastSave":
{"type":"date","index_name":"lastSave","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"displayData":
{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"appAccountIds":
{"type":"long","index_name":"appAccountIds","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"fields":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"lineup-players":
{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"id":
{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"displayData":
{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"notes":
{"type":"string","index_name":"notes","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}}}]
org.elasticsearch.transport.SendRequestTransportException: [Seth]
[inet[/169.254.199.188:9300]][cluster/mappingUpdated]
at
org.elasticsearch.transport.RemoteTransportException.fillStack(RemoteTransportException.java:
58)
at
org.elasticsearch.transport.SendRequestTransportException.(SendRequestTransportException.java:
31)
at
org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
197)
at
org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
170)
at
org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.innerExecute(TransportMasterNodeOperationAction.java:
131)
at
org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
77)
at
org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
43)
at
org.elasticsearch.action.support.BaseAction.execute(BaseAction.java:
54)
at
org.elasticsearch.action.index.TransportIndexAction.updateMappingOnMaster(TransportIndexAction.java:
153)
at
org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
135)
at
org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
57)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction.performOnPrimary(TransportShardReplicationOperationAction.java:
381)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction.access
$400(TransportShardReplicationOperationAction.java:208)
at
org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction
$1.run(TransportShardReplicationOperationAction.java:278)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.io.UTFDataFormatException: encoded string too long:
83548 bytes
at
org.elasticsearch.common.io.stream.BytesStreamOutput.writeUTF(BytesStreamOutput.java:
136)
at
org.elasticsearch.common.io.stream.HandlesStreamOutput.writeUTF(HandlesStreamOutput.java:
72)
at org.elasticsearch.cluster.action.index.MappingUpdatedAction
$MappingUpdatedRequest.writeTo(MappingUpdatedAction.java:124)
at
org.elasticsearch.transport.support.TransportStreams.buildRequest(TransportStreams.java:
115)
at
org.elasticsearch.transport.netty.NettyTransport.sendRequest(NettyTransport.java:
391)
at
org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
182)
... 14 more

Any suggestions?

-Diptamay

On Aug 16, 1:26 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

I think so.

On Mon, Aug 16, 2010 at 7:26 PM, diptamay dipta...@gmail.com wrote:

I just saw this as well:

On master:
[11:50:18,403][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [dam-view] (dynamic)
[12:06:18,608][WARN ][transport ] [Superia] Transport
response handler timed out, action [discovery/zen/fd/ping], node
[[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]]]
[12:06:56,178][INFO ][cluster.service ] [Superia] removed
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-node_failed([Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]),
reason failed to ping, tried [3] times, each with maximum [30s]
timeout
[12:06:57,029][INFO ][cluster.service ] [Superia] added
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-receive(from node[[Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]])

On slave:
[11:34:32,257][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][0]
suspect illegal state: trying to move shard from primary mode to
backup mode
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][2]
suspect illegal state: trying to move shard from primary mode to
backup mode

Is this part of the same issue?

-Diptamay

On Aug 16, 12:24 pm, diptamay dipta...@gmail.com wrote:

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1 release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com wrote:

Hello

I am trying to index data on our QA environment where I have two ES
nodes setup running on Solaric. I am using unicast for communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia] received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform [indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard
[homebase][0]
org.elasticsearch.transport.RemoteTransportException:
[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue
(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray
(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec
t(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent
ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte
ntDocumentMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte
ntDocumentMapper.java:

  1. at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna

...

read more »

Yea, let me fix that..., its something I added in master not too long ago...

On Tue, Aug 17, 2010 at 12:27 AM, diptamay diptamay@gmail.com wrote:

So I check out master and rebuilt from source. Now I don't get any
shard exception on master but get this on the slave.

[17:13:42,545][INFO ][node ] [Uncle Ben Parker]
{elasticsearch/0.9.1-SNAPSHOT/2010-08-16T20:55:47}[3680]: started
[17:18:30,912][WARN ][action.index ] [Uncle Ben Parker]
Failed to update master on updated mapping for index [hb_index], type
[lineup] and source [{"lineup":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"_boost":
{"name":"_boost"},"_id":{"store":"no"},"_index":
{"store":"no","enabled":false},"_type":{"store":"no"},"_id":
{"store":"no"},"_all":
{"enabled":true,"store":"no","term_vector":"no"},"_source":
{"name":"_source","enabled":true},"properties":{"userDate":

{"type":"date","index_name":"userDate","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"tags":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"player_460067_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435619_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457508_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_218596_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_502210_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_458731_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150011_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434378_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116380_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429664_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407556_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457566_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446382_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488862_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430599_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_119469_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136722_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407842_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451767_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_465705_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_453056_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112736_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150449_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429440_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435078_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150277_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452080_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114596_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150411_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407885_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425796_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_234194_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113296_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460269_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121358_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"team_id":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452671_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120691_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113961_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407816_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460059_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_132720_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_346871_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123660_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122620_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_428420_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116706_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400091_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120221_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430673_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_405395_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425664_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408230_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114739_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_115817_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150029_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425509_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456030_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434718_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_450583_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150217_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452668_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_133321_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"game_pk":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407893_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452035_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476601_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429667_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_461815_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425545_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460252_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_445988_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_469810_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150456_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"calendar_event_id":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430831_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407822_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407781_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116539_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488726_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276371_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122195_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425848_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_475582_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121347_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_491220_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122111_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434605_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407812_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112020_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407193_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150359_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456687_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430897_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429841_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452678_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276351_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123107_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150268_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_424324_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434158_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476704_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150438_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_466320_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150302_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_213711_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425783_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112116_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_134181_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488782_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407849_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_501925_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400121_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276055_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425206_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150407_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400058_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_433657_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435408_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425853_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489448_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408236_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136860_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_239795_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425903_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430911_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150153_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_503355_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425785_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460579_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_282332_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452783_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446333_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425549_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_236155_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452657_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136267_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112316_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_467094_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_131702_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120401_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489413_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425528_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429662_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460037_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435263_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400284_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_444836_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451482_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434578_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123173_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_470490_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434658_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122644_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400062_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434661_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_498568_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}},"namespaceId":

{"type":"long","index_name":"namespaceId","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"state":

{"type":"string","index_name":"state","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"type":

{"type":"string","index_name":"type","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"id":

{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"createdOn":

{"type":"date","index_name":"createdOn","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"lastPublish":

{"type":"date","index_name":"lastPublish","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"name":

{"type":"string","index_name":"name","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"lastSave":

{"type":"date","index_name":"lastSave","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"displayData":

{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"appAccountIds":

{"type":"long","index_name":"appAccountIds","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"fields":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"lineup-players":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"id":

{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"displayData":

{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"notes":

{"type":"string","index_name":"notes","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}}}]
org.elasticsearch.transport.SendRequestTransportException: [Seth]
[inet[/169.254.199.188:9300]][cluster/mappingUpdated]
at

org.elasticsearch.transport.RemoteTransportException.fillStack(RemoteTransportException.java:
58)
at

org.elasticsearch.transport.SendRequestTransportException.(SendRequestTransportException.java:
31)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
197)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
170)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.innerExecute(TransportMasterNodeOperationAction.java:
131)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
77)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
43)
at
org.elasticsearch.action.support.BaseAction.execute(BaseAction.java:
54)
at

org.elasticsearch.action.index.TransportIndexAction.updateMappingOnMaster(TransportIndexAction.java:
153)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
135)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
57)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$AsyncShardOperationAction.performOnPrimary(TransportShardReplicationOperationAction.java:
381)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction.access
$400(TransportShardReplicationOperationAction.java:208)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction
$1.run(TransportShardReplicationOperationAction.java:278)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.io.UTFDataFormatException: encoded string too long:
83548 bytes
at

org.elasticsearch.common.io.stream.BytesStreamOutput.writeUTF(BytesStreamOutput.java:
136)
at

org.elasticsearch.common.io.stream.HandlesStreamOutput.writeUTF(HandlesStreamOutput.java:
72)
at org.elasticsearch.cluster.action.index.MappingUpdatedAction
$MappingUpdatedRequest.writeTo(MappingUpdatedAction.java:124)
at

org.elasticsearch.transport.support.TransportStreams.buildRequest(TransportStreams.java:
115)
at

org.elasticsearch.transport.netty.NettyTransport.sendRequest(NettyTransport.java:
391)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
182)
... 14 more

Any suggestions?

-Diptamay

On Aug 16, 1:26 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

I think so.

On Mon, Aug 16, 2010 at 7:26 PM, diptamay dipta...@gmail.com wrote:

I just saw this as well:

On master:
[11:50:18,403][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [dam-view] (dynamic)
[12:06:18,608][WARN ][transport ] [Superia] Transport
response handler timed out, action [discovery/zen/fd/ping], node
[[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]]]
[12:06:56,178][INFO ][cluster.service ] [Superia] removed
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-node_failed([Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]),
reason failed to ping, tried [3] times, each with maximum [30s]
timeout
[12:06:57,029][INFO ][cluster.service ] [Superia] added
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-receive(from node[[Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]])

On slave:
[11:34:32,257][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][0]
suspect illegal state: trying to move shard from primary mode to
backup mode
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][2]
suspect illegal state: trying to move shard from primary mode to
backup mode

Is this part of the same issue?

-Diptamay

On Aug 16, 12:24 pm, diptamay dipta...@gmail.com wrote:

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com
wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1
release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com
wrote:

Hello

I am trying to index data on our QA environment where I have two
ES
nodes setup running on Solaric. I am using unicast for
communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through
    this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed to
perform indices/index/shard/index on replica Index Shard
[homebase][0]
org.elasticsearch.transport.RemoteTransportException:
[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue

(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray

(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec

t(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte

ntDocumentMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte

ntDocumentMapper.java:

  1. at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna

...

read more »

ok, pushed a fix for this. should be ok now.

On Tue, Aug 17, 2010 at 9:34 AM, Shay Banon shay.banon@elasticsearch.comwrote:

Yea, let me fix that..., its something I added in master not too long
ago...

On Tue, Aug 17, 2010 at 12:27 AM, diptamay diptamay@gmail.com wrote:

So I check out master and rebuilt from source. Now I don't get any
shard exception on master but get this on the slave.

[17:13:42,545][INFO ][node ] [Uncle Ben Parker]
{elasticsearch/0.9.1-SNAPSHOT/2010-08-16T20:55:47}[3680]: started
[17:18:30,912][WARN ][action.index ] [Uncle Ben Parker]
Failed to update master on updated mapping for index [hb_index], type
[lineup] and source [{"lineup":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"_boost":
{"name":"_boost"},"_id":{"store":"no"},"_index":
{"store":"no","enabled":false},"_type":{"store":"no"},"_id":
{"store":"no"},"_all":
{"enabled":true,"store":"no","term_vector":"no"},"_source":
{"name":"_source","enabled":true},"properties":{"userDate":

{"type":"date","index_name":"userDate","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"tags":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"player_460067_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435619_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457508_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_218596_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_502210_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_458731_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150011_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434378_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116380_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429664_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407556_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_457566_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446382_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488862_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430599_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_119469_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136722_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407842_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451767_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_465705_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_453056_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112736_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150449_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429440_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435078_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150277_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452080_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114596_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150411_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407885_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425796_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_234194_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113296_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460269_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121358_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"team_id":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452671_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120691_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_113961_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407816_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460059_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_132720_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_346871_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123660_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122620_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_428420_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116706_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400091_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120221_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430673_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_405395_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425664_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408230_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_114739_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_115817_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150029_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425509_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456030_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434718_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_450583_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150217_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452668_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_133321_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"game_pk":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407893_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452035_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476601_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429667_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_461815_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425545_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460252_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_445988_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_469810_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150456_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"calendar_event_id":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430831_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407822_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407781_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_116539_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488726_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276371_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122195_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425848_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_475582_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_121347_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_491220_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122111_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434605_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407812_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112020_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407193_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150359_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_456687_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430897_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429841_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452678_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276351_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123107_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150268_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_424324_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434158_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_476704_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150438_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_466320_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150302_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_213711_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425783_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112116_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_134181_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_488782_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_407849_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_501925_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400121_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_276055_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425206_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150407_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400058_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_433657_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435408_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425853_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489448_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_408236_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136860_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_239795_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425903_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_430911_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_150153_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_503355_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425785_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460579_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_282332_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452783_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_446333_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425549_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_236155_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_452657_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_136267_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_112316_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_467094_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_131702_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_120401_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_489413_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_425528_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_429662_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_460037_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_435263_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400284_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_444836_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_451482_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434578_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_123173_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_470490_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434658_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_122644_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_400062_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_434661_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"player_498568_pos":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"value":

{"type":"string","index_name":"value","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"displayName":

{"type":"string","index_name":"displayName","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}},"namespaceId":

{"type":"long","index_name":"namespaceId","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"state":

{"type":"string","index_name":"state","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"type":

{"type":"string","index_name":"type","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"id":

{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"createdOn":

{"type":"date","index_name":"createdOn","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"lastPublish":

{"type":"date","index_name":"lastPublish","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"name":

{"type":"string","index_name":"name","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"lastSave":

{"type":"date","index_name":"lastSave","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4,"format":"dateOptionalTime"},"displayData":

{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":false,"omit_term_freq_and_positions":false},"appAccountIds":

{"type":"long","index_name":"appAccountIds","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"fields":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"lineup-players":

{"type":"object","dynamic":true,"enabled":true,"path":"full","date_formats":
["dateOptionalTime","yyyy/MM/dd HH:mm:ss||yyyy/MM/dd"],"properties":
{"id":

{"type":"long","index_name":"id","index":"not_analyzed","store":"no","term_vector":"no","boost":

1.0,"omit_norms":true,"omit_term_freq_and_positions":true,"precision_step":
4},"displayData":

{"type":"string","index_name":"displayData","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}},"notes":

{"type":"string","index_name":"notes","index":"analyzed","store":"no","term_vector":"no","boost":
1.0,"omit_norms":false,"omit_term_freq_and_positions":false}}}}}}]
org.elasticsearch.transport.SendRequestTransportException: [Seth]
[inet[/169.254.199.188:9300]][cluster/mappingUpdated]
at

org.elasticsearch.transport.RemoteTransportException.fillStack(RemoteTransportException.java:
58)
at

org.elasticsearch.transport.SendRequestTransportException.(SendRequestTransportException.java:
31)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
197)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
170)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.innerExecute(TransportMasterNodeOperationAction.java:
131)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
77)
at

org.elasticsearch.action.support.master.TransportMasterNodeOperationAction.doExecute(TransportMasterNodeOperationAction.java:
43)
at
org.elasticsearch.action.support.BaseAction.execute(BaseAction.java:
54)
at

org.elasticsearch.action.index.TransportIndexAction.updateMappingOnMaster(TransportIndexAction.java:
153)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
135)
at

org.elasticsearch.action.index.TransportIndexAction.shardOperationOnPrimary(TransportIndexAction.java:
57)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction

$AsyncShardOperationAction.performOnPrimary(TransportShardReplicationOperationAction.java:
381)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction.access
$400(TransportShardReplicationOperationAction.java:208)
at

org.elasticsearch.action.support.replication.TransportShardReplicationOperationAction
$AsyncShardOperationAction
$1.run(TransportShardReplicationOperationAction.java:278)
at java.util.concurrent.ThreadPoolExecutor
$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:637)
Caused by: java.io.UTFDataFormatException: encoded string too long:
83548 bytes
at

org.elasticsearch.common.io.stream.BytesStreamOutput.writeUTF(BytesStreamOutput.java:
136)
at

org.elasticsearch.common.io.stream.HandlesStreamOutput.writeUTF(HandlesStreamOutput.java:
72)
at org.elasticsearch.cluster.action.index.MappingUpdatedAction
$MappingUpdatedRequest.writeTo(MappingUpdatedAction.java:124)
at

org.elasticsearch.transport.support.TransportStreams.buildRequest(TransportStreams.java:
115)
at

org.elasticsearch.transport.netty.NettyTransport.sendRequest(NettyTransport.java:
391)
at

org.elasticsearch.transport.TransportService.sendRequest(TransportService.java:
182)
... 14 more

Any suggestions?

-Diptamay

On Aug 16, 1:26 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

I think so.

On Mon, Aug 16, 2010 at 7:26 PM, diptamay dipta...@gmail.com wrote:

I just saw this as well:

On master:
[11:50:18,403][INFO ][cluster.metadata ] [Superia] [homebase]
update_mapping [dam-view] (dynamic)
[12:06:18,608][WARN ][transport ] [Superia] Transport
response handler timed out, action [discovery/zen/fd/ping], node
[[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]]]
[12:06:56,178][INFO ][cluster.service ] [Superia] removed
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-node_failed([Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]),
reason failed to ping, tried [3] times, each with maximum [30s]
timeout
[12:06:57,029][INFO ][cluster.service ] [Superia] added
{[Naga][1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/
172.20.65.161:9300]],}, reason: zen-disco-receive(from node[[Naga]
[1ef15e02-6a48-484d-bf58-6bd9cfcdddce][inet[/172.20.65.161:9300]]])

On slave:
[11:34:32,257][WARN ][cluster.action.shard ] [Naga] sending failed
shard for [homebase][2], node[75631816-d7d1-4b42-ba77-b899cbf37b02],
[R], s[STARTED], reason [Failed to perform [indices/index/shard/index]
on replica, message [RemoteTransportException[[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]]; nested: ]]
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][0]
suspect illegal state: trying to move shard from primary mode to
backup mode
[12:07:09,864][WARN ][index.shard.service ] [Naga] [homebase][2]
suspect illegal state: trying to move shard from primary mode to
backup mode

Is this part of the same issue?

-Diptamay

On Aug 16, 12:24 pm, diptamay dipta...@gmail.com wrote:

Thanks Shay.

Will check out 0.9.1 and let you know.

-Diptamay

On Aug 16, 12:21 pm, Shay Banon shay.ba...@elasticsearch.com
wrote:

Hi,

This has been fixed in master, can you give it a go? 0.9.1
release is
going to happen this week.

-shay.banon

On Mon, Aug 16, 2010 at 7:02 PM, diptamay dipta...@gmail.com
wrote:

Hello

I am trying to index data on our QA environment where I have two
ES
nodes setup running on Solaric. I am using unicast for
communication.

The configuration of the two nodes are as follows:

  1. I am using this as my master and do all my indexing through
    this.

gateway:
type: fs
fs:
location: /esearch/homebase_snapshot
network:
host: 172.20.65.163
discovery.zen.ping.multicast:
enabled: false
discovery.zen.ping.unicast:
hosts: 172.20.65.161:9300
index:
gateway:
snapshot_interval : 30s
store:
type: niofs
number_of_shards : 3
number_of_replicas : 2
path:
home: /opt/elasticsearch
logs: /data/esearch/logs

  1. This is the slave.
    gateway:
    type: fs
    fs:
    location: /esearch/homebase_snapshot
    network:
    host: 172.20.65.161
    discovery.zen.ping.multicast:
    enabled: false
    discovery.zen.ping.unicast:
    hosts: 172.20.65.163:9300
    index:
    gateway:
    snapshot_interval : 30s
    store:
    type: niofs
    number_of_shards : 3
    number_of_replicas : 2
    path:
    home: /opt/elasticsearch
    logs: /data/esearch/logs

I keep seeing these errors from time to time.

  1. On the master:

[11:24:49,743][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:50,044][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,045][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:52,795][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:52,945][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,095][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,345][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,496][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,696][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:53,846][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,246][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,446][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:54,947][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:55,147][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:55,297][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:56,448][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:56,698][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,048][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,399][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,599][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:57,899][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][2], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]
[11:24:58,649][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,200][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,400][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][INFO ][cluster.metadata ] [Superia]
[homebase]
update_mapping [lineup] (dynamic)
[11:24:59,600][WARN ][cluster.action.shard ] [Superia]
received
shard failed for [homebase][0], node[75631816-d7d1-4b42-ba77-
b899cbf37b02], [R], s[STARTED], reason [Failed to perform
[indices/
index/shard/index] on replica, message
[RemoteTransportException[[Superia][inet[/172.20.65.163:9300
]][indices/
index/shard/index/replica]]; nested: ]]

  1. On the slave:

[11:24:52,048][WARN ][action.index ] [Naga] Failed
to
perform indices/index/shard/index on replica Index Shard
[homebase][0]
org.elasticsearch.transport.RemoteTransportException:
[Superia][inet[/
172.20.65.163:9300]][indices/index/shard/index/replica]
Caused by: java.lang.NullPointerException
at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeValue

(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeArray

(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.serializeObjec

t(XContentObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentObjectMapper.parse(XContent

ObjectMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte

ntDocumentMapper.java:

  1. at

org.elasticsearch.index.mapper.xcontent.XContentDocumentMapper.parse(XConte

ntDocumentMapper.java:

  1. at

org.elasticsearch.index.shard.service.InternalIndexShard.innerIndex(Interna

...

read more »

Just took the latest and gave it a spin on my laptop. Seems fine now.
Will get it a spin in my QA environment and let you know. Any dates on
the final 0.9.1 release?

Thanks
Diptamay

Working furiously on the last feature I want to get in (get the snapshot and
recovery real time status). Should be done tomorrow and the release should
happen the following day.

-shay.banon

On Tue, Aug 17, 2010 at 6:09 PM, diptamay diptamay@gmail.com wrote:

Just took the latest and gave it a spin on my laptop. Seems fine now.
Will get it a spin in my QA environment and let you know. Any dates on
the final 0.9.1 release?

Thanks
Diptamay

Awesome! Thanks for all the help!

-Diptamay

On Aug 17, 1:20 pm, Shay Banon shay.ba...@elasticsearch.com wrote:

Working furiously on the last feature I want to get in (get the snapshot and
recovery real time status). Should be done tomorrow and the release should
happen the following day.

-shay.banon

On Tue, Aug 17, 2010 at 6:09 PM, diptamay dipta...@gmail.com wrote:

Just took the latest and gave it a spin on my laptop. Seems fine now.
Will get it a spin in my QA environment and let you know. Any dates on
the final 0.9.1 release?

Thanks
Diptamay