-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Styling] Indexes vs Indices #8696
Comments
Considering the amount @natebower, @kolchfa-aws, @vagimeli: What are your thoughts? |
I was always for keeping |
Regarding the Vale rule, it stems from our terms list:
|
I don't have a personal opinion, but for context, our style guide prescribes the use of indexes because it appears to be industry standard:
|
Notwithstanding the context above, I will leave it up to you all. If we feel that indices is more appropriate to our use case, I'm fine with that and have no problem changing the style guide, but I would expect for the change to be applied across the docs site 😄. |
We currently have a style rule that says
Use 'indexes' instead of 'indices'
. However, the OpenSearch cluster and clients refer to the plural ofindex
asindices
instead ofindexes
:indices
that all clients use. Egclient.indices.delete()
indices
is used in OpenSearch cluster code 2900 times whileindexes
is used much more sporadically with 139 usages.I believe we should have the opposite rule instead: Replace
indexes
withindices
.The text was updated successfully, but these errors were encountered: