You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting the below error on running rake spree_elasticsearch:load_products
Elasticsearch::Transport::Transport::Errors::BadRequest: [400] {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [multi_field] declared on field [name]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [spree_product]: No handler for type [multi_field] declared on field [name]","caused_by":{"type":"mapper_parsing_exception","reason":"No handler for type [multi_field] declared on field [name]"}},"status":400}
The text was updated successfully, but these errors were encountered:
Getting the below error on running
rake spree_elasticsearch:load_products
Elasticsearch::Transport::Transport::Errors::BadRequest: [400] {"error":{"root_cause":[{"type":"mapper_parsing_exception","reason":"No handler for type [multi_field] declared on field [name]"}],"type":"mapper_parsing_exception","reason":"Failed to parse mapping [spree_product]: No handler for type [multi_field] declared on field [name]","caused_by":{"type":"mapper_parsing_exception","reason":"No handler for type [multi_field] declared on field [name]"}},"status":400}
The text was updated successfully, but these errors were encountered: