We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68e750 commit 03dd786Copy full SHA for 03dd786
core/elasticsearch.md
@@ -41,7 +41,7 @@ api_platform:
41
API Platform follows the best practices of Elasticsearch:
42
* a single index per resource should be used because Elasticsearch is going to [drop support for index types and will allow only a single type per
43
index](https://www.elastic.co/guide/en/elasticsearch/reference/current/removal-of-types.html);
44
-* index name should be the short resource name in lower case;
+* index name should be the short resource name in lower snake case;
45
* the default `_doc` type should be used;
46
* all fields should be lower case and should use snake case for combining words.
47
0 commit comments