iamtodor

Untitled

Apr 22nd, 2020
384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.98 KB | None | 0 0
  1. {
  2.     "properties": {
  3.         "ID": {
  4.             "type": "long"
  5.         },
  6.         "group_id": {
  7.             "type": "integer"
  8.         },
  9.         "is_proffesion": {
  10.             "type": "keyword"
  11.         },
  12.         "rating_group": {
  13.             "type": "integer"
  14.         },
  15.         "synonym": {
  16.             "type": "text",
  17.             "fields": {
  18.                 "keyword": {
  19.                     "type": "keyword",
  20.                     "ignore_above": 256
  21.                 }
  22.             }
  23.         },
  24.         "synonym_group": {
  25.             "type": "text",
  26.             "fields": {
  27.                 "keyword": {
  28.                     "type": "keyword",
  29.                     "ignore_above": 256
  30.                 }
  31.             }
  32.         },
  33.         "synonym_lower": {
  34.             "type": "text",
  35.             "fields": {
  36.                 "keyword": {
  37.                     "type": "keyword",
  38.                     "ignore_above": 256
  39.                 }
  40.             }
  41.         }
  42.     }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment