Skip to content

Commit

Permalink
Merge pull request #387 from project-sunbird/es-type-update
Browse files Browse the repository at this point in the history
Issues #SB-10339 feat: chnages for type name from batch to coursebatch
  • Loading branch information
amolnin committed Feb 25, 2019
2 parents 18e1297 + 7b016fa commit 54a0f5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ public String getIndexName() {
* @author Manzarul
*/
public enum EsType {
course("batch"),
course("coursebatch"),
content("content"),
badgeassociations("badgeassociations"),
user("user"),
Expand Down
2 changes: 1 addition & 1 deletion elasticsearch-util/src/main/resources/elasticsearch.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
elasticsearch = {
indices = [{
name = "searchindex",
types = ["user", "org", "batch", "badgeassociations", "content", "usercourses", "usernotes", "userprofilevisibility", "telemetry", "location"]
types = ["user", "org", "coursebatch", "badgeassociations", "content", "usercourses", "usernotes", "userprofilevisibility", "telemetry", "location"]
},
{
name = "sunbirddataaudit",
Expand Down

0 comments on commit 54a0f5c

Please sign in to comment.