嵌套字段上的Elasticsearch月度索引

时间:2016-08-07 16:00:51

标签: elasticsearch spring-data-elasticsearch hadoop-partitioning nosql

如何根据嵌套文档中的字段创建月度索引。下面的文档示例我想基于Joindate进行分区。我的清除和查询搜索逻辑基于此。

{
  "pkClmn": "100",
  "organizationName": "Microsoft",
  "nestedCustomer": [
  {
    "customerName": "John",
    "joinDate": "10-07-2016"
  },
  {
    "customerName": "smith",
    "joinDate": "10-08-2016"
  }
]
}

0 个答案:

没有答案