Skip to content

Instantly share code, notes, and snippets.

@decklin
Created April 20, 2011 21:20
Show Gist options
  • Save decklin/932887 to your computer and use it in GitHub Desktop.
Save decklin/932887 to your computer and use it in GitHub Desktop.
cookbooks/elasticsearch/recipes/default.rb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cookbooks/elasticsearch/recipes/default.rb b/cookbooks/elasticsearch/recipes/default.rb
index ec482af..2212046 100644
--- a/cookbooks/elasticsearch/recipes/default.rb
+++ b/cookbooks/elasticsearch/recipes/default.rb
@@ -146,7 +146,8 @@ template "#{node.elasticsearch.home}/config/elasticsearch.json" do
:refresh_interval =>
node.elasticsearch[:index].engine.robin.refresh_interval
}
- }
+ },
+ :term_index_divisor => node.elasticsearch.index.term_index_divisor
}
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment