Skip to content

Commit

Permalink
Use ES5 for planet build
Browse files Browse the repository at this point in the history
This is the last project not using ES5, and marks the completion of
pelias/pelias#461!

All our testing shows that ES5 performs well, with good query results
and about 10% better throughput and 10% lower request latency.
  • Loading branch information
orangejulius committed May 7, 2019
1 parent fbb7dc4 commit 322f572
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/planet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
- "./pelias.json:/code/pelias.json"
- "${DATA_DIR}:/data"
elasticsearch:
image: pelias/elasticsearch
image: pelias/elasticsearch:5.6.12
container_name: pelias_elasticsearch
restart: always
environment: [ "ES_JAVA_OPTS=-Xmx8g" ]
Expand Down
2 changes: 1 addition & 1 deletion projects/planet/pelias.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"timestamp": false
},
"esclient": {
"apiVersion": "2.4",
"apiVersion": "5.6",
"hosts": [
{ "host": "elasticsearch" }
]
Expand Down

0 comments on commit 322f572

Please sign in to comment.