Skip to content
Snippets Groups Projects
Unverified Commit 0171b673 authored by Jason Tedor's avatar Jason Tedor
Browse files

[elasticsearch] Remove useless setting

parent 251171c3
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,6 @@ public class ElasticsearchClient extends DB {
.put("node.local", "true")
.put("path.data", System.getProperty("java.io.tmpdir") + "/esdata")
.put("index.mapping._id.indexed", "true")
.put("index.gateway.type", "none")
.put("index.number_of_shards", "1")
.put("index.number_of_replicas", "0")
.put("path.home", System.getProperty("java.io.tmpdir"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment