Re: search on nested multi fields

2015-03-17 Thread Chen Wang
Its my bad. I defined the index in a wrong way: Once I move properties under user_activity_v2 to _default_ It starts working. Chen On Tuesday, March 17, 2015 at 5:36:57 PM UTC-7, Chen Wang wrote: > > the index definition is this: > "settings": { > "index": { >

Re: search on nested multi fields

2015-03-17 Thread Chen Wang
the index definition is this: "settings": { "index": { "number_of_shards": 7, "number_of_replicas": 1, "analysis": { "analyzer": { "analyzer_raw": {

search on nested multi fields

2015-03-17 Thread Chen Wang
Folks, I have defined a nested object with multi_fields attribute: the "cat" in store_purchase I loaded some data into Es: { "_index": "user_activity_v2", "_type": "combined", "_id": "1229369", "_score": 1, "_source": {