Guest User

Untitled

a guest
Feb 24th, 2014
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.86 KB | None | 0 0
  1. {
  2.    "experts_yeni": {
  3.       "experts": {
  4.          "properties": {
  5.             "branch": {
  6.                "type": "nested",
  7.                "include_in_all": true,
  8.                "properties": {
  9.                   "branchname": {
  10.                      "type": "string",
  11.                      "include_in_all": true
  12.                   },
  13.                   "branchslug": {
  14.                      "type": "string",
  15.                      "include_in_all": true
  16.                   }
  17.                }
  18.             },
  19.             "expertdetailbranchsubid": {
  20.                "type": "nested",
  21.                "include_in_all": true,
  22.                "properties": {
  23.                   "branchsubname": {
  24.                      "type": "string",
  25.                      "index": "not_analyzed",
  26.                      "omit_norms": true,
  27.                      "index_options": "docs",
  28.                      "include_in_all": true
  29.                   },
  30.                   "branchsubslug": {
  31.                      "type": "string",
  32.                      "include_in_all": true
  33.                   }
  34.                }
  35.             },
  36.             "expertdetaildegreenumber": {
  37.                "type": "string",
  38.                "include_in_all": true
  39.             },
  40.             "expertdetailtitleid": {
  41.                "type": "nested",
  42.                "include_in_all": true,
  43.                "properties": {
  44.                   "titlename": {
  45.                      "type": "string",
  46.                      "include_in_all": true
  47.                   },
  48.                   "titleslug": {
  49.                      "type": "string",
  50.                      "include_in_all": true
  51.                   }
  52.                }
  53.             },
  54.             "expertdetailuserid": {
  55.                "type": "nested",
  56.                "include_in_all": true,
  57.                "properties": {
  58.                   "id": {
  59.                      "type": "integer",
  60.                      "include_in_all": true
  61.                   },
  62.                   "usercityid": {
  63.                      "type": "nested",
  64.                      "include_in_all": true,
  65.                      "properties": {
  66.                         "cityname": {
  67.                            "type": "string",
  68.                            "include_in_all": true
  69.                         }
  70.                      }
  71.                   },
  72.                   "usergender": {
  73.                      "type": "string",
  74.                      "include_in_all": true
  75.                   },
  76.                   "usergroup": {
  77.                      "type": "nested",
  78.                      "include_in_all": true,
  79.                      "properties": {
  80.                         "groupname": {
  81.                            "type": "string",
  82.                            "include_in_all": true
  83.                         }
  84.                      }
  85.                   },
  86.                   "userlastupdate": {
  87.                      "type": "date",
  88.                      "format": "dateOptionalTime",
  89.                      "include_in_all": true
  90.                   },
  91.                   "username": {
  92.                      "type": "string",
  93.                      "include_in_all": true
  94.                   },
  95.                   "userpicture": {
  96.                      "type": "string",
  97.                      "include_in_all": true
  98.                   },
  99.                   "userslug": {
  100.                      "type": "string",
  101.                      "include_in_all": true
  102.                   },
  103.                   "userstatus": {
  104.                      "type": "integer",
  105.                      "include_in_all": true
  106.                   },
  107.                   "usersurname": {
  108.                      "type": "string",
  109.                      "include_in_all": true
  110.                   }
  111.                }
  112.             },
  113.             "id": {
  114.                "type": "string",
  115.                "include_in_all": true
  116.             }
  117.          }
  118.       }
  119.    }
  120. }
Advertisement
Add Comment
Please, Sign In to add comment