Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2016
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.09 KB | None | 0 0
  1. {
  2.   "haystack": {
  3.     "mappings": {
  4.       "modelresult": {
  5.         "properties": {
  6.           "ad_type": {
  7.             "type": "string"
  8.           },
  9.           "ads_count": {
  10.             "type": "long"
  11.           },
  12.           "alias": {
  13.             "type": "string"
  14.           },
  15.           "attached": {
  16.             "type": "boolean"
  17.           },
  18.           "attributed": {
  19.             "type": "boolean"
  20.           },
  21.           "body": {
  22.             "type": "string"
  23.           },
  24.           "buy_seo_text": {
  25.             "type": "string"
  26.           },
  27.           "category_id": {
  28.             "type": "long"
  29.           },
  30.           "category_name": {
  31.             "type": "string"
  32.           },
  33.           "category_slug": {
  34.             "type": "string"
  35.           },
  36.           "claster_code": {
  37.             "type": "long"
  38.           },
  39.           "created_at": {
  40.             "type": "date",
  41.             "format": "strict_date_optional_time||epoch_millis"
  42.           },
  43.           "django_ct": {
  44.             "type": "string"
  45.           },
  46.           "django_id": {
  47.             "type": "string"
  48.           },
  49.           "exception": {
  50.             "type": "boolean"
  51.           },
  52.           "filters_categories_ids": {
  53.             "type": "long"
  54.           },
  55.           "filters_categories_names": {
  56.             "type": "string"
  57.           },
  58.           "filters_categories_slugs": {
  59.             "type": "string"
  60.           },
  61.           "filters_ids": {
  62.             "type": "long"
  63.           },
  64.           "filters_names": {
  65.             "type": "string"
  66.           },
  67.           "filters_slugs": {
  68.             "type": "string"
  69.           },
  70.           "first_letter": {
  71.             "type": "string"
  72.           },
  73.           "geo_object": {
  74.             "type": "long"
  75.           },
  76.           "geo_type_id": {
  77.             "type": "long"
  78.           },
  79.           "geo_type_name": {
  80.             "type": "string"
  81.           },
  82.           "geo_type_region_id": {
  83.             "type": "string"
  84.           },
  85.           "geo_type_region_slug": {
  86.             "type": "string"
  87.           },
  88.           "geo_type_slug": {
  89.             "type": "string"
  90.           },
  91.           "geo_type_url": {
  92.             "type": "string"
  93.           },
  94.           "id": {
  95.             "type": "string"
  96.           },
  97.           "images": {
  98.             "type": "string"
  99.           },
  100.           "inside_id": {
  101.             "type": "long"
  102.           },
  103.           "key": {
  104.             "type": "long"
  105.           },
  106.           "level": {
  107.             "type": "long"
  108.           },
  109.           "name": {
  110.             "type": "string"
  111.           },
  112.           "owner": {
  113.             "type": "string"
  114.           },
  115.           "owner_city": {
  116.             "type": "string"
  117.           },
  118.           "owner_id": {
  119.             "type": "long"
  120.           },
  121.           "parent": {
  122.             "type": "long"
  123.           },
  124.           "primary_filter_id": {
  125.             "type": "long"
  126.           },
  127.           "priority": {
  128.             "type": "long"
  129.           },
  130.           "published": {
  131.             "type": "boolean"
  132.           },
  133.           "region": {
  134.             "type": "string"
  135.           },
  136.           "sell_seo_text": {
  137.             "type": "string"
  138.           },
  139.           "shingles": {
  140.             "type": "string"
  141.           },
  142.           "slug": {
  143.             "type": "string"
  144.           },
  145.           "text": {
  146.             "type": "string"
  147.           },
  148.           "text_auto": {
  149.             "type": "string"
  150.           },
  151.           "title": {
  152.             "type": "string"
  153.           },
  154.           "type_claster_id": {
  155.             "type": "long"
  156.           },
  157.           "updated_at": {
  158.             "type": "date",
  159.             "format": "strict_date_optional_time||epoch_millis"
  160.           },
  161.           "url": {
  162.             "type": "string"
  163.           },
  164.           "url_path": {
  165.             "type": "string"
  166.           },
  167.           "urls": {
  168.             "type": "string"
  169.           },
  170.           "views": {
  171.             "type": "long"
  172.           },
  173.           "views_today": {
  174.             "type": "long"
  175.           }
  176.         }
  177.       }
  178.     }
  179.   }
  180. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement