浏览代码

#381 : add location

Shinsuke Sugaya 9 年之前
父节点
当前提交
d329487d37
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/main/resources/fess_indices/fess/doc.json

+ 3 - 0
src/main/resources/fess_indices/fess/doc.json

@@ -493,6 +493,9 @@
         "type": "date",
         "format": "date_optional_time"
       },
+      "location": {
+        "type": "geo_point"
+      },
       "mimetype": {
         "type": "string",
         "index": "not_analyzed"