Skip to content

Instantly share code, notes, and snippets.

@robrap
Created June 14, 2017 13:11
Show Gist options
  • Save robrap/c43f2867e5fd106029e3d795abac673d to your computer and use it in GitHub Desktop.
Save robrap/c43f2867e5fd106029e3d795abac673d to your computer and use it in GitHub Desktop.
Create courseware_index workaround:
curl -XPUT 'http://localhost:9200/course_team_index
curl -XPUT 'http://localhost:9200/course_team_index/course_team/_mapping' -d '{"course_team":{"properties":{"country":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"course_id":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"date_created":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"description":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"discussion_topic_id":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"id":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"language":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"last_activity_at":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"name":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"pk":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"},"topic_id":{"type":"string","index":"not_analyzed","norms":{"enabled":false},"index_options":"docs"}}}}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment