Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parthipanpargunan/9ff3283719f50c91e5b2ea88ea6d654f to your computer and use it in GitHub Desktop.
Save parthipanpargunan/9ff3283719f50c91e5b2ea88ea6d654f to your computer and use it in GitHub Desktop.
Elastic seacrh support reference - 234680
ubuntu@ip-172-31-19-11:~$ curl http://localhost:9200/tc_dev_product_3_v8/_mapping?pretty
{
"tc_dev_product_3_v8" : {
"mappings" : {
"document" : {
"dynamic_templates" : [
{
"price_mapping" : {
"match" : "price_*",
"match_mapping_type" : "string",
"mapping" : {
"store" : true,
"type" : "float"
}
}
},
{
"position_mapping" : {
"match" : "position_*",
"match_mapping_type" : "string",
"mapping" : {
"index" : false,
"type" : "integer"
}
}
},
{
"string_mapping" : {
"match" : "*",
"match_mapping_type" : "string",
"mapping" : {
"copy_to" : "_search",
"index" : false,
"type" : "text"
}
}
}
],
"properties" : {
"_search" : {
"type" : "text"
},
"category_ids" : {
"type" : "integer"
},
"color" : {
"type" : "integer"
},
"color_value" : {
"type" : "text"
},
"cost" : {
"type" : "float"
},
"country_of_manufacture" : {
"type" : "keyword",
"index" : false
},
"country_of_manufacture_value" : {
"type" : "text"
},
"created_at" : {
"type" : "date",
"fields" : {
"sort_created_at" : {
"type" : "keyword",
"index" : false
}
}
},
"custom_design" : {
"type" : "keyword",
"index" : false
},
"custom_design_from" : {
"type" : "date"
},
"custom_design_to" : {
"type" : "date"
},
"custom_design_value" : {
"type" : "text"
},
"custom_layout" : {
"type" : "keyword",
"index" : false
},
"custom_layout_update" : {
"type" : "text",
"index" : false
},
"custom_layout_value" : {
"type" : "text"
},
"description" : {
"type" : "text"
},
"erp_product_category_code" : {
"type" : "text"
},
"gallery" : {
"type" : "text",
"index" : false
},
"gift_message_available" : {
"type" : "keyword",
"index" : false
},
"gift_message_available_value" : {
"type" : "text"
},
"has_options" : {
"type" : "text",
"index" : false
},
"image" : {
"type" : "text",
"index" : false
},
"image_label" : {
"type" : "text",
"index" : false
},
"item_condition" : {
"type" : "keyword",
"index" : false
},
"item_condition_value" : {
"type" : "text"
},
"links_exist" : {
"type" : "integer"
},
"links_purchased_separately" : {
"type" : "integer"
},
"links_title" : {
"type" : "text",
"index" : false
},
"manufacturer" : {
"type" : "integer"
},
"manufacturer_value" : {
"type" : "text"
},
"media_gallery" : {
"type" : "text",
"index" : false
},
"meta_description" : {
"type" : "text",
"index" : false
},
"meta_keyword" : {
"type" : "text",
"index" : false
},
"meta_title" : {
"type" : "text",
"index" : false
},
"minimal_price" : {
"type" : "float"
},
"msrp" : {
"type" : "float"
},
"msrp_display_actual_price_type" : {
"type" : "keyword",
"index" : false
},
"msrp_display_actual_price_type_value" : {
"type" : "text"
},
"name" : {
"type" : "text",
"fields" : {
"sort_name" : {
"type" : "keyword",
"index" : false
}
}
},
"name_category_1" : {
"type" : "text",
"index" : false
},
"name_category_10" : {
"type" : "text",
"index" : false
},
"name_category_11" : {
"type" : "text",
"index" : false
},
"name_category_12" : {
"type" : "text",
"index" : false
},
"name_category_13" : {
"type" : "text",
"index" : false
},
"name_category_14" : {
"type" : "text",
"index" : false
},
"name_category_15" : {
"type" : "text",
"index" : false
},
"name_category_16" : {
"type" : "text",
"index" : false
},
"name_category_17" : {
"type" : "text",
"index" : false
},
"name_category_18" : {
"type" : "text",
"index" : false
},
"name_category_19" : {
"type" : "text",
"index" : false
},
"name_category_2" : {
"type" : "text",
"index" : false
},
"name_category_20" : {
"type" : "text",
"index" : false
},
"name_category_21" : {
"type" : "text",
"index" : false
},
"name_category_22" : {
"type" : "text",
"index" : false
},
"name_category_23" : {
"type" : "text",
"index" : false
},
"name_category_24" : {
"type" : "text",
"index" : false
},
"name_category_25" : {
"type" : "text",
"index" : false
},
"name_category_26" : {
"type" : "text",
"index" : false
},
"name_category_27" : {
"type" : "text",
"index" : false
},
"name_category_28" : {
"type" : "text",
"index" : false
},
"name_category_29" : {
"type" : "text",
"index" : false
},
"name_category_3" : {
"type" : "text",
"index" : false
},
"name_category_30" : {
"type" : "text",
"index" : false
},
"name_category_31" : {
"type" : "text",
"index" : false
},
"name_category_32" : {
"type" : "text",
"index" : false
},
"name_category_33" : {
"type" : "text",
"index" : false
},
"name_category_34" : {
"type" : "text",
"index" : false
},
"name_category_35" : {
"type" : "text",
"index" : false
},
"name_category_36" : {
"type" : "text",
"index" : false
},
"name_category_37" : {
"type" : "text",
"index" : false
},
"name_category_38" : {
"type" : "text",
"index" : false
},
"name_category_39" : {
"type" : "text",
"index" : false
},
"name_category_4" : {
"type" : "text",
"index" : false
},
"name_category_40" : {
"type" : "text",
"index" : false
},
"name_category_41" : {
"type" : "text",
"index" : false
},
"name_category_42" : {
"type" : "text",
"index" : false
},
"name_category_43" : {
"type" : "text",
"index" : false
},
"name_category_44" : {
"type" : "text",
"index" : false
},
"name_category_45" : {
"type" : "text",
"index" : false
},
"name_category_46" : {
"type" : "text",
"index" : false
},
"name_category_47" : {
"type" : "text",
"index" : false
},
"name_category_48" : {
"type" : "text",
"index" : false
},
"name_category_49" : {
"type" : "text",
"index" : false
},
"name_category_5" : {
"type" : "text",
"index" : false
},
"name_category_50" : {
"type" : "text",
"index" : false
},
"name_category_51" : {
"type" : "text",
"index" : false
},
"name_category_52" : {
"type" : "text",
"index" : false
},
"name_category_53" : {
"type" : "text",
"index" : false
},
"name_category_54" : {
"type" : "text",
"index" : false
},
"name_category_55" : {
"type" : "text",
"index" : false
},
"name_category_56" : {
"type" : "text",
"index" : false
},
"name_category_57" : {
"type" : "text",
"index" : false
},
"name_category_58" : {
"type" : "text",
"index" : false
},
"name_category_59" : {
"type" : "text",
"index" : false
},
"name_category_6" : {
"type" : "text",
"index" : false
},
"name_category_60" : {
"type" : "text",
"index" : false
},
"name_category_61" : {
"type" : "text",
"index" : false
},
"name_category_62" : {
"type" : "text",
"index" : false
},
"name_category_63" : {
"type" : "text",
"index" : false
},
"name_category_64" : {
"type" : "text",
"index" : false
},
"name_category_65" : {
"type" : "text",
"index" : false
},
"name_category_66" : {
"type" : "text",
"index" : false
},
"name_category_67" : {
"type" : "text",
"index" : false
},
"name_category_68" : {
"type" : "text",
"index" : false
},
"name_category_69" : {
"type" : "text",
"index" : false
},
"name_category_7" : {
"type" : "text",
"index" : false
},
"name_category_70" : {
"type" : "text",
"index" : false
},
"name_category_71" : {
"type" : "text",
"index" : false
},
"name_category_72" : {
"type" : "text",
"index" : false
},
"name_category_8" : {
"type" : "text",
"index" : false
},
"name_category_9" : {
"type" : "text",
"index" : false
},
"news_from_date" : {
"type" : "date"
},
"news_to_date" : {
"type" : "date"
},
"old_id" : {
"type" : "integer"
},
"options_container" : {
"type" : "keyword",
"index" : false
},
"options_container_value" : {
"type" : "text"
},
"page_layout" : {
"type" : "keyword",
"index" : false
},
"page_layout_value" : {
"type" : "text"
},
"position_category_1" : {
"type" : "integer",
"index" : false
},
"position_category_10" : {
"type" : "integer",
"index" : false
},
"position_category_11" : {
"type" : "integer",
"index" : false
},
"position_category_12" : {
"type" : "integer",
"index" : false
},
"position_category_13" : {
"type" : "integer",
"index" : false
},
"position_category_14" : {
"type" : "integer",
"index" : false
},
"position_category_15" : {
"type" : "integer",
"index" : false
},
"position_category_16" : {
"type" : "integer",
"index" : false
},
"position_category_17" : {
"type" : "integer",
"index" : false
},
"position_category_18" : {
"type" : "integer",
"index" : false
},
"position_category_19" : {
"type" : "integer",
"index" : false
},
"position_category_2" : {
"type" : "integer",
"index" : false
},
"position_category_20" : {
"type" : "integer",
"index" : false
},
"position_category_21" : {
"type" : "integer",
"index" : false
},
"position_category_22" : {
"type" : "integer",
"index" : false
},
"position_category_23" : {
"type" : "integer",
"index" : false
},
"position_category_24" : {
"type" : "integer",
"index" : false
},
"position_category_25" : {
"type" : "integer",
"index" : false
},
"position_category_26" : {
"type" : "integer",
"index" : false
},
"position_category_27" : {
"type" : "integer",
"index" : false
},
"position_category_28" : {
"type" : "integer",
"index" : false
},
"position_category_29" : {
"type" : "integer",
"index" : false
},
"position_category_3" : {
"type" : "integer",
"index" : false
},
"position_category_30" : {
"type" : "integer",
"index" : false
},
"position_category_31" : {
"type" : "integer",
"index" : false
},
"position_category_32" : {
"type" : "integer",
"index" : false
},
"position_category_33" : {
"type" : "integer",
"index" : false
},
"position_category_34" : {
"type" : "integer",
"index" : false
},
"position_category_35" : {
"type" : "integer",
"index" : false
},
"position_category_36" : {
"type" : "integer",
"index" : false
},
"position_category_37" : {
"type" : "integer",
"index" : false
},
"position_category_38" : {
"type" : "integer",
"index" : false
},
"position_category_39" : {
"type" : "integer",
"index" : false
},
"position_category_4" : {
"type" : "integer",
"index" : false
},
"position_category_40" : {
"type" : "integer",
"index" : false
},
"position_category_41" : {
"type" : "integer",
"index" : false
},
"position_category_42" : {
"type" : "integer",
"index" : false
},
"position_category_43" : {
"type" : "integer",
"index" : false
},
"position_category_44" : {
"type" : "integer",
"index" : false
},
"position_category_45" : {
"type" : "integer",
"index" : false
},
"position_category_46" : {
"type" : "integer",
"index" : false
},
"position_category_47" : {
"type" : "integer",
"index" : false
},
"position_category_48" : {
"type" : "integer",
"index" : false
},
"position_category_49" : {
"type" : "integer",
"index" : false
},
"position_category_5" : {
"type" : "integer",
"index" : false
},
"position_category_50" : {
"type" : "integer",
"index" : false
},
"position_category_51" : {
"type" : "integer",
"index" : false
},
"position_category_52" : {
"type" : "integer",
"index" : false
},
"position_category_53" : {
"type" : "integer",
"index" : false
},
"position_category_54" : {
"type" : "integer",
"index" : false
},
"position_category_55" : {
"type" : "integer",
"index" : false
},
"position_category_56" : {
"type" : "integer",
"index" : false
},
"position_category_57" : {
"type" : "integer",
"index" : false
},
"position_category_58" : {
"type" : "integer",
"index" : false
},
"position_category_59" : {
"type" : "integer",
"index" : false
},
"position_category_6" : {
"type" : "integer",
"index" : false
},
"position_category_60" : {
"type" : "integer",
"index" : false
},
"position_category_61" : {
"type" : "integer",
"index" : false
},
"position_category_62" : {
"type" : "integer",
"index" : false
},
"position_category_63" : {
"type" : "integer",
"index" : false
},
"position_category_64" : {
"type" : "integer",
"index" : false
},
"position_category_65" : {
"type" : "integer",
"index" : false
},
"position_category_66" : {
"type" : "integer",
"index" : false
},
"position_category_67" : {
"type" : "integer",
"index" : false
},
"position_category_68" : {
"type" : "integer",
"index" : false
},
"position_category_69" : {
"type" : "integer",
"index" : false
},
"position_category_7" : {
"type" : "integer",
"index" : false
},
"position_category_70" : {
"type" : "integer",
"index" : false
},
"position_category_71" : {
"type" : "integer",
"index" : false
},
"position_category_72" : {
"type" : "integer",
"index" : false
},
"position_category_8" : {
"type" : "integer",
"index" : false
},
"position_category_9" : {
"type" : "integer",
"index" : false
},
"price_0_0" : {
"type" : "float",
"fields" : {
"price_0_0" : {
"type" : "keyword",
"index" : false
}
}
},
"price_0_1" : {
"type" : "float",
"store" : true
},
"price_0_3" : {
"type" : "float",
"store" : true
},
"price_1_1" : {
"type" : "float",
"store" : true
},
"price_1_3" : {
"type" : "float",
"store" : true
},
"price_2_1" : {
"type" : "float",
"store" : true
},
"price_2_3" : {
"type" : "float",
"store" : true
},
"price_3_1" : {
"type" : "float",
"store" : true
},
"price_3_3" : {
"type" : "float",
"store" : true
},
"price_type" : {
"type" : "integer"
},
"price_view" : {
"type" : "integer"
},
"price_view_value" : {
"type" : "text"
},
"quantity_and_stock_status" : {
"type" : "integer"
},
"quantity_and_stock_status_value" : {
"type" : "text"
},
"required_options" : {
"type" : "text",
"index" : false
},
"samples_title" : {
"type" : "text",
"index" : false
},
"shipment_type" : {
"type" : "integer"
},
"shipment_type_value" : {
"type" : "text"
},
"short_description" : {
"type" : "text"
},
"size" : {
"type" : "integer"
},
"size_swatch" : {
"type" : "integer",
"index" : false
},
"size_swatch_value" : {
"type" : "text"
},
"size_value" : {
"type" : "text"
},
"sku" : {
"type" : "text"
},
"sku_type" : {
"type" : "integer"
},
"small_image" : {
"type" : "text",
"index" : false
},
"small_image_label" : {
"type" : "text",
"index" : false
},
"special_from_date" : {
"type" : "date"
},
"special_price" : {
"type" : "float"
},
"special_to_date" : {
"type" : "date"
},
"status" : {
"type" : "integer"
},
"status_value" : {
"type" : "text"
},
"store_id" : {
"type" : "text",
"index" : false
},
"supersedes" : {
"type" : "text"
},
"swatch_image" : {
"type" : "text",
"index" : false
},
"sxe_productno" : {
"type" : "text",
"index" : false
},
"tax_class_id" : {
"type" : "integer"
},
"tax_class_id_value" : {
"type" : "text"
},
"thumbnail" : {
"type" : "text",
"index" : false
},
"thumbnail_label" : {
"type" : "text",
"index" : false
},
"tier_price" : {
"type" : "float"
},
"title_rewrite" : {
"type" : "text",
"index" : false
},
"ts_dimensions_height" : {
"type" : "float"
},
"ts_dimensions_length" : {
"type" : "float"
},
"ts_dimensions_width" : {
"type" : "float"
},
"updated_at" : {
"type" : "text",
"index" : false
},
"url_key" : {
"type" : "text",
"index" : false
},
"url_path" : {
"type" : "text",
"index" : false
},
"visibility" : {
"type" : "integer"
},
"visibility_value" : {
"type" : "text"
},
"weight" : {
"type" : "float"
},
"weight_type" : {
"type" : "integer"
},
"weltpixel_exclude_from_sitemap" : {
"type" : "integer"
},
"weltpixel_exclude_from_sitemap_value" : {
"type" : "text"
},
"weltpixel_hover_image" : {
"type" : "text",
"index" : false
},
"wesupply_estimation_display" : {
"type" : "integer"
},
"wesupply_estimation_display_value" : {
"type" : "text"
},
"wp_sortby_new" : {
"type" : "date",
"fields" : {
"sort_wp_sortby_new" : {
"type" : "keyword",
"index" : false
}
}
},
"wp_sortby_rates" : {
"type" : "float",
"fields" : {
"sort_wp_sortby_rates" : {
"type" : "keyword",
"index" : false
}
}
},
"wp_sortby_review" : {
"type" : "float",
"fields" : {
"sort_wp_sortby_review" : {
"type" : "keyword",
"index" : false
}
}
},
"wp_sortby_sales" : {
"type" : "float",
"fields" : {
"sort_wp_sortby_sales" : {
"type" : "keyword",
"index" : false
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment