Skip to content

Commit 03dd786

Browse files
authored
Update elasticsearch.md (#1203)
1 parent e68e750 commit 03dd786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/elasticsearch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ api_platform:
4141
API Platform follows the best practices of Elasticsearch:
4242
* 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
4343
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;
44+
* index name should be the short resource name in lower snake case;
4545
* the default `_doc` type should be used;
4646
* all fields should be lower case and should use snake case for combining words.
4747

0 commit comments

Comments
 (0)