Created
June 14, 2017 13:11
-
-
Save robrap/c43f2867e5fd106029e3d795abac673d to your computer and use it in GitHub Desktop.
Create courseware_index workaround:
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
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