You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Ryan Skraba (Jira)" <ji...@apache.org> on 2021/10/11 14:56:00 UTC

[jira] [Comment Edited] (FLINK-24476) Rename all ElasticSearch to Elasticsearch (without camel case)

    [ https://issues.apache.org/jira/browse/FLINK-24476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17425566#comment-17425566 ] 

Ryan Skraba edited comment on FLINK-24476 at 10/11/21, 2:55 PM:
----------------------------------------------------------------

This is a trivial one, but a peeve of mine! Can you assign it to me? I'd like to practice my setup for contributing.
{code:java}
find . -path ./.git -prune -o -type f -print0 | xargs -0 sed -i s/lasticSearch/lasticsearch/g
{code}


was (Author: ryanskraba):
This is a trivial one, but a peeve of mine!  Can you assign it to me?   I'd like to practice my setup for contributing.

{code}
find . -path ./.git -prune -o -type f -print0 | xargs -0 sed -i s/lasticSearch/lasticseach/g
{code}

> Rename all ElasticSearch to Elasticsearch (without camel case)
> --------------------------------------------------------------
>
>                 Key: FLINK-24476
>                 URL: https://issues.apache.org/jira/browse/FLINK-24476
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / ElasticSearch
>    Affects Versions: 1.14.0
>            Reporter: Ryan Skraba
>            Assignee: Ryan Skraba
>            Priority: Minor
>
> Elasticsearch is a [trademark and service mark|https://www.elastic.co/legal/trademarks].  It's incorrect to use CamelCase: it's not two words, nor is the internal capital S part of the brand.
> Where possible, we should use the single word without an internal capital S, especially in user documentation.
> (Luckily, I don't believe there are any user-facing APIs with incorrect capitalization.)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)