Updated default Elasticsearch doctype
authorThierry Florac <tflorac@ulthar.net>
Sat, 12 Jan 2019 17:17:27 +0100
changeset 50 c0810f1e43c4
parent 49 31b1b24e105c
child 51 ae977a124124
Updated default Elasticsearch doctype
cookiecutter.json
--- a/cookiecutter.json	Thu Dec 27 13:13:47 2018 +0100
+++ b/cookiecutter.json	Sat Jan 12 17:17:27 2019 +0100
@@ -27,7 +27,7 @@
   "use_elasticsearch": false,
   "elasticsearch_server": "http://127.0.0.1:9200",
   "elasticsearch_index": "pyams",
-  "elasticsearch_doctype": "PyAMS document",
+  "elasticsearch_doctype": "_doc",
   "create_elasticsearch_index": false,
   "define_elasticsearch_mappings": false,
   "use_elasticsearch_apm": false,