Skip to content

Commit

Permalink
SAK-27561
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/search/trunk@310985 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
jonespm committed Jul 21, 2014
1 parent ac1a26a commit 248534e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,9 @@ protected void initializeElasticSearch() {
if (!properties.containsKey("cluster.name")) {
properties.put("cluster.name", serverConfigurationService.getServerName());
}
if (!properties.containsKey("script.disable_dynamic")) {
properties.put("script.disable_dynamic", "true");
}

// ES calls need these, store these away
setNodeName((String) properties.get("node.name"));
Expand Down

0 comments on commit 248534e

Please sign in to comment.