Skip to content

Commit

Permalink
minor configuration fix
Browse files Browse the repository at this point in the history
relates to elastic#69
  • Loading branch information
costin committed Oct 31, 2013
1 parent 1d0b1b9 commit e780a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/elasticsearch/hadoop/cfg/Settings.java
Expand Up @@ -82,7 +82,7 @@ public boolean getIndexReadMissingAsEmpty() {
}

public String getOperation() {
return getProperty(ES_OPERATION, ES_OPERATION_DEFAULT);
return getProperty(ES_OPERATION, ES_OPERATION_DEFAULT).toLowerCase();
}

public String getMappingId() {
Expand Down

0 comments on commit e780a4e

Please sign in to comment.