Browse Source

fix #411 : add label

Shinsuke Sugaya 9 years ago
parent
commit
1b0d8ec251
1 changed files with 4 additions and 0 deletions
  1. 4 0
      src/main/resources/fess_indices/fess/doc.json

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

@@ -505,6 +505,10 @@
         "type": "string",
         "type": "string",
         "index": "not_analyzed"
         "index": "not_analyzed"
       },
       },
+      "label": {
+        "type": "string",
+        "index": "not_analyzed"
+      },
       "segment": {
       "segment": {
         "type": "string",
         "type": "string",
         "index": "not_analyzed"
         "index": "not_analyzed"