Skip to content

Instantly share code, notes, and snippets.

@alexandr-parkhomenko
Created September 15, 2017 14:22
Show Gist options
  • Save alexandr-parkhomenko/1553b263294f07bf906771af75b7657c to your computer and use it in GitHub Desktop.
Save alexandr-parkhomenko/1553b263294f07bf906771af75b7657c to your computer and use it in GitHub Desktop.
{
"oro_website_search" : {
"mappings" : {
"oro_product_2" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_2" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_6" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_10_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_10_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_10_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_10_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_10_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_10_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_10_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_10_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_12_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_12_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_12_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_12_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_12_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_12_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_12_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_12_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_set" : {
"type" : "double",
"store" : true
},
"name_2" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"name_6" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_2" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_6" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_product_4" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_6" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_11_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_11_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_11_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_19_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_19_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_19_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_19_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_19_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_19_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_19_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_19_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_20_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_20_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_20_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_20_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_20_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_20_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_20_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_20_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_21_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_21_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_21_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_21_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_21_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_21_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_21_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_21_USD_set" : {
"type" : "double",
"store" : true
},
"name_6" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_6" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_product_5" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_3" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_7" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_22_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_22_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_22_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_22_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_22_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_22_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_22_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_22_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_9_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_9_USD_set" : {
"type" : "double",
"store" : true
},
"name_3" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"name_7" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_3" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_7" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_5" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_3" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_2" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_product_1" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_1" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_3_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_3_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_3_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_3_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_3_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_3_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_3_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_3_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_5_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_5_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_5_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_5_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_5_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_5_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_5_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_5_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_6_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_6_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_6_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_6_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_6_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_6_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_6_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_6_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_7_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_7_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_7_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_7_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_7_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_7_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_7_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_7_USD_set" : {
"type" : "double",
"store" : true
},
"name_1" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"ordered_at_by_1" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_2" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_3" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_4" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_5" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_7" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"ordered_at_by_8" : {
"type" : "date",
"store" : true,
"format" : "yyyy-MM-dd HH:mm:ss||yyyy-MM-dd"
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_1" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_customer_1" : {
"type" : "long"
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_4" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_product_6" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_4" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_8" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_9" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_23_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_23_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_23_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_23_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_23_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_23_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_23_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_23_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_2_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_8_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_8_USD_set" : {
"type" : "double",
"store" : true
},
"name_4" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"name_8" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"name_9" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_4" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_8" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_9" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_product_3" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"all_text_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : false,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^all_text_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"assigned_to_ASSIGN_TYPE_ASSIGN_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^assigned_to_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY_UNIT" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"minimal_price_CPL_ID_CURRENCY" : {
"mapping" : {
"type" : "double",
"store" : true
},
"match" : "^minimal_price_[^_]+_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"ordered_at_by_CUSTOMER_ID" : {
"mapping" : {
"type" : "date",
"store" : true,
"format" : "Y-m-d H:i:s||Y-m-d"
},
"match" : "^ordered_at_by_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"all_text" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"all_text_5" : {
"type" : "string",
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"assigned_to_variant_11" : {
"type" : "long"
},
"assigned_to_variant_12" : {
"type" : "long"
},
"assigned_to_variant_15" : {
"type" : "long"
},
"assigned_to_variant_16" : {
"type" : "long"
},
"assigned_to_variant_17" : {
"type" : "long"
},
"assigned_to_variant_18" : {
"type" : "long"
},
"assigned_to_variant_19" : {
"type" : "long"
},
"assigned_to_variant_21" : {
"type" : "long"
},
"assigned_to_variant_22" : {
"type" : "long"
},
"assigned_to_variant_23" : {
"type" : "long"
},
"assigned_to_variant_24" : {
"type" : "long"
},
"assigned_to_variant_25" : {
"type" : "long"
},
"assigned_to_variant_27" : {
"type" : "long"
},
"assigned_to_variant_28" : {
"type" : "long"
},
"assigned_to_variant_29" : {
"type" : "long"
},
"assigned_to_variant_30" : {
"type" : "long"
},
"assigned_to_variant_31" : {
"type" : "long"
},
"assigned_to_variant_5" : {
"type" : "long"
},
"assigned_to_variant_7" : {
"type" : "long"
},
"assigned_to_variant_8" : {
"type" : "long"
},
"category_id" : {
"type" : "integer",
"store" : true
},
"category_path" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_large" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"image_product_medium" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"inventory_status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"minimal_price_13_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_13_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_13_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_13_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_13_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_13_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_13_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_13_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_14_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_14_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_14_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_14_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_14_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_14_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_14_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_14_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_15_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_15_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_15_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_15_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_15_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_15_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_15_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_15_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_16_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_16_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_17_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_17_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_17_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_17_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_17_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_17_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_17_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_17_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_18_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_18_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_18_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_18_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_18_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_18_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_18_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_18_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_1_USD_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_EUR_set" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_item" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_piece" : {
"type" : "double",
"store" : true
},
"minimal_price_4_USD_set" : {
"type" : "double",
"store" : true
},
"name_5" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"new_arrival" : {
"type" : "integer",
"store" : true
},
"product_id" : {
"type" : "integer",
"store" : true
},
"product_units" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"short_description_5" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"sku_uppercase" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"status" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"type" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true,
"fields" : {
"analyzed" : {
"type" : "string",
"analyzer" : "fulltext_index_analyzer",
"search_analyzer" : "fulltext_search_analyzer"
}
}
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_6" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
},
"oro_brand_1" : {
"_all" : {
"enabled" : false
},
"dynamic_templates" : [ {
"name_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^name_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"short_description_LOCALIZATION_ID" : {
"mapping" : {
"type" : "string",
"store" : true,
"index" : "not_analyzed",
"fields" : {
"analyzed" : {
"type" : "string",
"search_analyzer" : "fulltext_search_analyzer",
"analyzer" : "fulltext_index_analyzer"
}
}
},
"match" : "^short_description_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
}, {
"visibility_customer_CUSTOMER_ID" : {
"mapping" : {
"type" : "integer",
"store" : true
},
"match" : "^visibility_customer_[^_]+$",
"match_mapping_type" : "string",
"match_pattern" : "regex"
}
} ],
"properties" : {
"is_visible_by_default" : {
"type" : "integer",
"store" : true
},
"tmp_alias" : {
"type" : "string",
"index" : "not_analyzed",
"store" : true
},
"visibility_anonymous" : {
"type" : "integer",
"store" : true
},
"visibility_new" : {
"type" : "integer",
"store" : true
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment