Created
June 2, 2019 15:27
-
-
Save dennisotugo/365f31b30a7c0cf694a813a5963cd4d8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"test_cms1": { | |
"mappings": { | |
"cms_block": { | |
"properties": { | |
"active": { | |
"type": "boolean" | |
}, | |
"content": { | |
"type": "text" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"identifier": { | |
"type": "keyword" | |
}, | |
"title": { | |
"type": "text" | |
}, | |
"tsk": { | |
"type": "long" | |
} | |
} | |
}, | |
"product": { | |
"properties": { | |
"activation_information": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"address": { | |
"type": "long" | |
}, | |
"attribute_set_id": { | |
"type": "integer" | |
}, | |
"aw_gc_allow_delivery_date": { | |
"type": "long" | |
}, | |
"aw_gc_allow_open_amount": { | |
"type": "long" | |
}, | |
"aw_gc_amounts": { | |
"type": "long" | |
}, | |
"aw_gc_custom_message_fields": { | |
"type": "long" | |
}, | |
"aw_gc_days_order_delivery": { | |
"type": "long" | |
}, | |
"aw_gc_description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"aw_gc_email_templates": { | |
"type": "long" | |
}, | |
"aw_gc_expire": { | |
"type": "long" | |
}, | |
"aw_gc_open_amount_max": { | |
"type": "double" | |
}, | |
"aw_gc_open_amount_min": { | |
"type": "double" | |
}, | |
"aw_gc_pool": { | |
"type": "long" | |
}, | |
"aw_gc_type": { | |
"type": "long" | |
}, | |
"bundle_options": { | |
"properties": { | |
"option_id": { | |
"type": "integer" | |
}, | |
"position": { | |
"type": "integer" | |
}, | |
"product_links": { | |
"properties": { | |
"can_change_quantity": { | |
"type": "boolean" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"is_default": { | |
"type": "boolean" | |
}, | |
"position": { | |
"type": "integer" | |
}, | |
"price": { | |
"type": "double" | |
}, | |
"price_type": { | |
"type": "text" | |
}, | |
"qty": { | |
"type": "integer" | |
}, | |
"sku": { | |
"type": "keyword" | |
} | |
} | |
}, | |
"sku": { | |
"type": "keyword" | |
} | |
} | |
}, | |
"category": { | |
"type": "nested", | |
"properties": { | |
"category_id": { | |
"type": "long" | |
}, | |
"name": { | |
"type": "text" | |
}, | |
"position": { | |
"type": "integer" | |
} | |
} | |
}, | |
"category_ids": { | |
"type": "long" | |
}, | |
"color": { | |
"type": "long" | |
}, | |
"computer_manufacturers": { | |
"type": "long" | |
}, | |
"configurable_children": { | |
"properties": { | |
"final_price": { | |
"type": "integer" | |
}, | |
"image": { | |
"type": "text" | |
}, | |
"media_gallery": { | |
"properties": { | |
"image": { | |
"type": "text" | |
}, | |
"lab": { | |
"type": "text" | |
}, | |
"pos": { | |
"type": "text" | |
}, | |
"type": { | |
"type": "text" | |
}, | |
"vid": { | |
"properties": { | |
"desc": { | |
"type": "text" | |
}, | |
"meta": { | |
"type": "text" | |
}, | |
"title": { | |
"type": "text" | |
}, | |
"type": { | |
"type": "text" | |
}, | |
"url": { | |
"type": "text" | |
}, | |
"video_id": { | |
"type": "text" | |
} | |
} | |
} | |
} | |
}, | |
"name": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"price": { | |
"type": "double" | |
}, | |
"regular_price": { | |
"type": "integer" | |
}, | |
"sku": { | |
"type": "keyword" | |
}, | |
"small_image": { | |
"type": "text" | |
}, | |
"special_from_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"special_price": { | |
"type": "double" | |
}, | |
"special_to_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"status": { | |
"type": "integer" | |
}, | |
"stock": { | |
"properties": { | |
"backorders": { | |
"type": "boolean" | |
}, | |
"enable_qty_increments": { | |
"type": "boolean" | |
}, | |
"is_decimal_divided": { | |
"type": "boolean" | |
}, | |
"is_in_stock": { | |
"type": "boolean" | |
}, | |
"is_qty_decimal": { | |
"type": "boolean" | |
}, | |
"item_id": { | |
"type": "long" | |
}, | |
"low_stock_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"manage_stock": { | |
"type": "boolean" | |
}, | |
"max_sale_qty": { | |
"type": "integer" | |
}, | |
"min_qty": { | |
"type": "integer" | |
}, | |
"min_sale_qty": { | |
"type": "integer" | |
}, | |
"notify_stock_qty": { | |
"type": "integer" | |
}, | |
"product_id": { | |
"type": "long" | |
}, | |
"qty": { | |
"type": "integer" | |
}, | |
"qty_increments": { | |
"type": "integer" | |
}, | |
"stock_id": { | |
"type": "long" | |
}, | |
"stock_status": { | |
"type": "long" | |
}, | |
"stock_status_changed_auto": { | |
"type": "boolean" | |
}, | |
"use_config_backorders": { | |
"type": "boolean" | |
}, | |
"use_config_enable_qty_inc": { | |
"type": "boolean" | |
}, | |
"use_config_manage_stock": { | |
"type": "boolean" | |
}, | |
"use_config_max_sale_qty": { | |
"type": "boolean" | |
}, | |
"use_config_min_qty": { | |
"type": "boolean" | |
}, | |
"use_config_min_sale_qty": { | |
"type": "boolean" | |
}, | |
"use_config_notify_stock_qty": { | |
"type": "boolean" | |
}, | |
"use_config_qty_increments": { | |
"type": "boolean" | |
} | |
} | |
}, | |
"thumbnail": { | |
"type": "text" | |
}, | |
"visibility": { | |
"type": "integer" | |
} | |
} | |
}, | |
"configurable_options": { | |
"properties": { | |
"attribute_code": { | |
"type": "text" | |
}, | |
"attribute_id": { | |
"type": "long" | |
}, | |
"id": { | |
"type": "integer" | |
}, | |
"label": { | |
"type": "text" | |
}, | |
"position": { | |
"type": "integer" | |
}, | |
"product_id": { | |
"type": "integer" | |
}, | |
"values": { | |
"properties": { | |
"value_index": { | |
"type": "keyword" | |
} | |
} | |
} | |
} | |
}, | |
"contrast_ratio": { | |
"type": "long" | |
}, | |
"cost": { | |
"type": "double" | |
}, | |
"country_of_manufacture": { | |
"type": "keyword" | |
}, | |
"country_orgin": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"cpu_speed": { | |
"type": "long" | |
}, | |
"creareseo_discontinued": { | |
"type": "long" | |
}, | |
"creareseo_discontinued_product": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"created_at": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"created_by": { | |
"type": "long" | |
}, | |
"credit_amount": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"custom_design": { | |
"type": "keyword" | |
}, | |
"custom_design_from": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"custom_design_to": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"custom_layout": { | |
"type": "keyword" | |
}, | |
"custom_layout_update": { | |
"type": "text" | |
}, | |
"description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"dimension": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"em_bonus": { | |
"type": "long" | |
}, | |
"em_deal": { | |
"type": "long" | |
}, | |
"em_featured": { | |
"type": "long" | |
}, | |
"em_hot": { | |
"type": "long" | |
}, | |
"em_label_top": { | |
"type": "long" | |
}, | |
"featured": { | |
"type": "long" | |
}, | |
"final_price": { | |
"type": "integer" | |
}, | |
"finish": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"gallery": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"gender": { | |
"type": "long" | |
}, | |
"gift_dropdown": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"gift_from": { | |
"type": "double" | |
}, | |
"gift_message_available": { | |
"type": "keyword" | |
}, | |
"gift_price": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"gift_price_type": { | |
"type": "long" | |
}, | |
"gift_template_ids": { | |
"type": "long" | |
}, | |
"gift_to": { | |
"type": "double" | |
}, | |
"gift_type": { | |
"type": "long" | |
}, | |
"gift_value": { | |
"type": "double" | |
}, | |
"harddrive_speed": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"hardrive": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"has_options": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"image": { | |
"type": "text" | |
}, | |
"image_label": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"in_depth": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"inventory_speed": { | |
"type": "keyword" | |
}, | |
"is_recurring": { | |
"type": "boolean" | |
}, | |
"level": { | |
"type": "integer" | |
}, | |
"links_exist": { | |
"type": "long" | |
}, | |
"links_purchased_separately": { | |
"type": "long" | |
}, | |
"links_title": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"manufacturer": { | |
"type": "long" | |
}, | |
"max_resolution": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"media_gallery": { | |
"properties": { | |
"image": { | |
"type": "text" | |
}, | |
"lab": { | |
"type": "text" | |
}, | |
"pos": { | |
"type": "text" | |
}, | |
"typ": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"type": { | |
"type": "text" | |
}, | |
"vid": { | |
"properties": { | |
"desc": { | |
"type": "text" | |
}, | |
"meta": { | |
"type": "text" | |
}, | |
"title": { | |
"type": "text" | |
}, | |
"type": { | |
"type": "text" | |
}, | |
"url": { | |
"type": "text" | |
}, | |
"video_id": { | |
"type": "text" | |
} | |
} | |
} | |
} | |
}, | |
"megapixels": { | |
"type": "long" | |
}, | |
"memory": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"meta_description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"meta_keyword": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"meta_title": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"minimal_price": { | |
"type": "double" | |
}, | |
"model": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"monthly_inventory_forecast": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"msrp": { | |
"type": "double" | |
}, | |
"msrp_display_actual_price_type": { | |
"type": "keyword" | |
}, | |
"name": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"news_from_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"news_to_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"old_id": { | |
"type": "long" | |
}, | |
"options_container": { | |
"type": "keyword" | |
}, | |
"page_layout": { | |
"type": "keyword" | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"price": { | |
"type": "double" | |
}, | |
"price_type": { | |
"type": "long" | |
}, | |
"price_view": { | |
"type": "long" | |
}, | |
"processor": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"product_links": { | |
"properties": { | |
"linked_product_sku": { | |
"type": "keyword" | |
}, | |
"linked_product_type": { | |
"type": "text" | |
}, | |
"position": { | |
"type": "integer" | |
}, | |
"sku": { | |
"type": "keyword" | |
} | |
} | |
}, | |
"product_matrix_code": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"quantity_and_stock_status": { | |
"type": "long" | |
}, | |
"ram_size": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"recurring_profile": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"regular_price": { | |
"type": "integer" | |
}, | |
"required_options": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"response_time": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"rma_allowed": { | |
"type": "long" | |
}, | |
"room": { | |
"type": "long" | |
}, | |
"samples_title": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"screensize": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"searchindex_weight": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"shape": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"shipment_type": { | |
"type": "long" | |
}, | |
"shirt_size": { | |
"type": "long" | |
}, | |
"shoe_size": { | |
"type": "long" | |
}, | |
"shoe_type": { | |
"type": "long" | |
}, | |
"short_description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"sku": { | |
"type": "keyword" | |
}, | |
"sku_type": { | |
"type": "long" | |
}, | |
"slug": { | |
"type": "keyword" | |
}, | |
"small_image": { | |
"type": "text" | |
}, | |
"small_image_label": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"special_from_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"special_price": { | |
"type": "double" | |
}, | |
"special_to_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"status": { | |
"type": "integer" | |
}, | |
"stock": { | |
"properties": { | |
"backorders": { | |
"type": "boolean" | |
}, | |
"enable_qty_increments": { | |
"type": "boolean" | |
}, | |
"is_decimal_divided": { | |
"type": "boolean" | |
}, | |
"is_in_stock": { | |
"type": "boolean" | |
}, | |
"is_qty_decimal": { | |
"type": "boolean" | |
}, | |
"item_id": { | |
"type": "long" | |
}, | |
"low_stock_date": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"manage_stock": { | |
"type": "boolean" | |
}, | |
"max_sale_qty": { | |
"type": "integer" | |
}, | |
"min_qty": { | |
"type": "integer" | |
}, | |
"min_sale_qty": { | |
"type": "integer" | |
}, | |
"notify_stock_qty": { | |
"type": "integer" | |
}, | |
"product_id": { | |
"type": "long" | |
}, | |
"qty": { | |
"type": "integer" | |
}, | |
"qty_increments": { | |
"type": "integer" | |
}, | |
"stock_id": { | |
"type": "long" | |
}, | |
"stock_status": { | |
"type": "long" | |
}, | |
"stock_status_changed_auto": { | |
"type": "boolean" | |
}, | |
"use_config_backorders": { | |
"type": "boolean" | |
}, | |
"use_config_enable_qty_inc": { | |
"type": "boolean" | |
}, | |
"use_config_manage_stock": { | |
"type": "boolean" | |
}, | |
"use_config_max_sale_qty": { | |
"type": "boolean" | |
}, | |
"use_config_min_qty": { | |
"type": "boolean" | |
}, | |
"use_config_min_sale_qty": { | |
"type": "boolean" | |
}, | |
"use_config_notify_stock_qty": { | |
"type": "boolean" | |
}, | |
"use_config_qty_increments": { | |
"type": "boolean" | |
} | |
} | |
}, | |
"supplier_id": { | |
"type": "keyword" | |
}, | |
"supply_elasticity": { | |
"type": "keyword" | |
}, | |
"swatch_image": { | |
"type": "text" | |
}, | |
"tax_class_id": { | |
"type": "long" | |
}, | |
"thumbnail": { | |
"type": "text" | |
}, | |
"thumbnail_label": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"tier_price": { | |
"type": "double" | |
}, | |
"tier_prices": { | |
"properties": { | |
"customer_group_d": { | |
"type": "integer" | |
}, | |
"extension_attributes": { | |
"properties": { | |
"website_id": { | |
"type": "integer" | |
} | |
} | |
}, | |
"qty": { | |
"type": "integer" | |
}, | |
"value": { | |
"type": "integer" | |
} | |
} | |
}, | |
"ts_dimensions_height": { | |
"type": "double" | |
}, | |
"ts_dimensions_length": { | |
"type": "double" | |
}, | |
"ts_dimensions_width": { | |
"type": "double" | |
}, | |
"tsk": { | |
"type": "long" | |
}, | |
"type_id": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"units_per_carton": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"units_per_sku": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"updated_at": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"url_key": { | |
"type": "keyword" | |
}, | |
"url_path": { | |
"type": "keyword" | |
}, | |
"visibility": { | |
"type": "integer" | |
}, | |
"weight": { | |
"type": "double" | |
}, | |
"weight_type": { | |
"type": "long" | |
} | |
} | |
}, | |
"taxrule": { | |
"properties": { | |
"calculate_subtotal": { | |
"type": "text" | |
}, | |
"code": { | |
"type": "text" | |
}, | |
"customer_tax_class_ids": { | |
"type": "long" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"priority": { | |
"type": "text" | |
}, | |
"product_tax_class_ids": { | |
"type": "long" | |
}, | |
"rates": { | |
"properties": { | |
"code": { | |
"type": "text" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"rate": { | |
"type": "text" | |
}, | |
"tax_country_id": { | |
"type": "text" | |
}, | |
"tax_postcode": { | |
"type": "text" | |
}, | |
"tax_region_id": { | |
"type": "text" | |
} | |
} | |
}, | |
"tsk": { | |
"type": "long" | |
} | |
} | |
}, | |
"attribute": { | |
"properties": { | |
"apply_to": { | |
"type": "text" | |
}, | |
"attribute_code": { | |
"type": "text" | |
}, | |
"attribute_id": { | |
"type": "long" | |
}, | |
"attribute_model": { | |
"type": "text" | |
}, | |
"backend_model": { | |
"type": "text" | |
}, | |
"backend_table": { | |
"type": "text" | |
}, | |
"backend_type": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"default_frontend_label": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"default_value": { | |
"type": "text" | |
}, | |
"display_precision": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"entity_type_id": { | |
"type": "long" | |
}, | |
"facet_max_size": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"facet_min_coverage_rate": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"facet_sort_order": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"frontend_class": { | |
"type": "text" | |
}, | |
"frontend_input": { | |
"type": "text" | |
}, | |
"frontend_input_renderer": { | |
"type": "text" | |
}, | |
"frontend_label": { | |
"type": "text" | |
}, | |
"frontend_model": { | |
"type": "text" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"is_comparable": { | |
"type": "boolean" | |
}, | |
"is_configurable": { | |
"type": "boolean" | |
}, | |
"is_displayed_in_autocomplete": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_filterable": { | |
"type": "integer" | |
}, | |
"is_filterable_in_grid": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_filterable_in_search": { | |
"type": "boolean" | |
}, | |
"is_global": { | |
"type": "boolean" | |
}, | |
"is_html_allowed_on_front": { | |
"type": "boolean" | |
}, | |
"is_required": { | |
"type": "boolean" | |
}, | |
"is_required_in_admin_store": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_searchable": { | |
"type": "boolean" | |
}, | |
"is_unique": { | |
"type": "boolean" | |
}, | |
"is_used_for_price_rules": { | |
"type": "boolean" | |
}, | |
"is_used_for_promo_rules": { | |
"type": "boolean" | |
}, | |
"is_used_in_grid": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_used_in_spellcheck": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_user_defined": { | |
"type": "boolean" | |
}, | |
"is_visible": { | |
"type": "boolean" | |
}, | |
"is_visible_in_advanced_search": { | |
"type": "boolean" | |
}, | |
"is_visible_in_grid": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"is_visible_on_front": { | |
"type": "boolean" | |
}, | |
"is_wysiwyg_enabled": { | |
"type": "boolean" | |
}, | |
"note": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"options": { | |
"properties": { | |
"is_region_visible": { | |
"type": "boolean" | |
}, | |
"is_zipcode_optional": { | |
"type": "boolean" | |
}, | |
"label": { | |
"type": "text" | |
}, | |
"sort_order": { | |
"type": "long" | |
}, | |
"value": { | |
"type": "text" | |
} | |
} | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"search_weight": { | |
"type": "long" | |
}, | |
"source_model": { | |
"type": "text" | |
}, | |
"tsk": { | |
"type": "long" | |
}, | |
"used_for_sort_by": { | |
"type": "boolean" | |
}, | |
"used_in_product_listing": { | |
"type": "boolean" | |
} | |
} | |
}, | |
"cms_page": { | |
"properties": { | |
"active": { | |
"type": "boolean" | |
}, | |
"content": { | |
"type": "text" | |
}, | |
"content_heading": { | |
"type": "text" | |
}, | |
"custom_layout_update_xml": { | |
"type": "text" | |
}, | |
"custom_root_template": { | |
"type": "text" | |
}, | |
"custom_theme_from": { | |
"type": "date" | |
}, | |
"custom_theme_to": { | |
"type": "date" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"identifier": { | |
"type": "keyword" | |
}, | |
"layout_update_xml": { | |
"type": "text" | |
}, | |
"meta_description": { | |
"type": "text" | |
}, | |
"meta_keywords": { | |
"type": "text" | |
}, | |
"meta_title": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"page_layout": { | |
"type": "keyword" | |
}, | |
"sort_order": { | |
"type": "long" | |
}, | |
"title": { | |
"type": "text" | |
}, | |
"tsk": { | |
"type": "long" | |
} | |
} | |
}, | |
"review": { | |
"properties": { | |
"created_at": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"customer_id": { | |
"type": "integer" | |
}, | |
"detail": { | |
"type": "text" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"nickname": { | |
"type": "text" | |
}, | |
"product_id": { | |
"type": "long" | |
}, | |
"review_entity": { | |
"type": "keyword" | |
}, | |
"review_status": { | |
"type": "integer" | |
}, | |
"title": { | |
"type": "text" | |
} | |
} | |
}, | |
"category": { | |
"properties": { | |
"available_sort_by": { | |
"type": "text" | |
}, | |
"children_count": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"children_data": { | |
"properties": { | |
"children_count": { | |
"type": "integer" | |
}, | |
"children_data": { | |
"properties": { | |
"children_count": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"is_active": { | |
"type": "boolean" | |
}, | |
"level": { | |
"type": "long" | |
}, | |
"name": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"parent_id": { | |
"type": "long" | |
}, | |
"path": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"product_count": { | |
"type": "long" | |
}, | |
"slug": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"url_key": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"url_path": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
} | |
} | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"is_active": { | |
"type": "boolean" | |
}, | |
"level": { | |
"type": "integer" | |
}, | |
"name": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"parent_id": { | |
"type": "long" | |
}, | |
"path": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"product_count": { | |
"type": "integer" | |
}, | |
"slug": { | |
"type": "keyword" | |
}, | |
"url_key": { | |
"type": "keyword" | |
}, | |
"url_path": { | |
"type": "keyword" | |
} | |
} | |
}, | |
"creareseo_heading": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"created_at": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"custom_apply_to_products": { | |
"type": "long" | |
}, | |
"custom_design": { | |
"type": "keyword" | |
}, | |
"custom_design_from": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"custom_design_to": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"custom_layout_update": { | |
"type": "text" | |
}, | |
"custom_use_parent_settings": { | |
"type": "long" | |
}, | |
"default_sort_by": { | |
"type": "text" | |
}, | |
"description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"display_mode": { | |
"type": "keyword" | |
}, | |
"filter_price_range": { | |
"type": "double" | |
}, | |
"grid_per_page": { | |
"type": "integer" | |
}, | |
"id": { | |
"type": "long" | |
}, | |
"image": { | |
"type": "text" | |
}, | |
"include_in_menu": { | |
"type": "long" | |
}, | |
"is_active": { | |
"type": "boolean" | |
}, | |
"is_anchor": { | |
"type": "boolean" | |
}, | |
"is_virtual_category": { | |
"type": "boolean" | |
}, | |
"landing_page": { | |
"type": "long" | |
}, | |
"level": { | |
"type": "integer" | |
}, | |
"meta_description": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"meta_keywords": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"meta_title": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"name": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"page_layout": { | |
"type": "keyword" | |
}, | |
"parent_id": { | |
"type": "long" | |
}, | |
"path": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"path_in_store": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"position": { | |
"type": "long" | |
}, | |
"product_count": { | |
"type": "integer" | |
}, | |
"searchindex_weight": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
}, | |
"slug": { | |
"type": "keyword" | |
}, | |
"thumbnail": { | |
"type": "text" | |
}, | |
"tsk": { | |
"type": "long" | |
}, | |
"updated_at": { | |
"type": "date", | |
"format": "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd||epoch_millis" | |
}, | |
"url_key": { | |
"type": "keyword" | |
}, | |
"url_path": { | |
"type": "keyword" | |
}, | |
"use_name_in_product_search": { | |
"type": "long" | |
}, | |
"use_store_positions": { | |
"type": "long" | |
}, | |
"virtual_category_root": { | |
"type": "long" | |
}, | |
"virtual_rule": { | |
"type": "text", | |
"fields": { | |
"keyword": { | |
"type": "keyword", | |
"ignore_above": 256 | |
} | |
} | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment