Skip to content

Conversation

@nik9000
Copy link
Member

@nik9000 nik9000 commented Oct 15, 2018

Applies our standard column width to all analysis plugins.

Applies our standard column width to all analysis plugins.
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-search-aggs

this.encoder = null;
this.maxcodelength = settings.getAsInt("max_code_len", 4);
} else if ("bm".equalsIgnoreCase(encodername) || "beider_morse".equalsIgnoreCase(encodername) || "beidermorse".equalsIgnoreCase(encodername)) {
} else if ("bm".equalsIgnoreCase(encodername)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a fair bit of camelCase left in this file which would be good to look at at some point but I don't think now is that time.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Copy link
Contributor

@jimczi jimczi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

this.encoder = null;
this.maxcodelength = settings.getAsInt("max_code_len", 4);
} else if ("bm".equalsIgnoreCase(encodername) || "beider_morse".equalsIgnoreCase(encodername) || "beidermorse".equalsIgnoreCase(encodername)) {
} else if ("bm".equalsIgnoreCase(encodername)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

@nik9000 nik9000 merged commit a45626d into elastic:master Oct 17, 2018
@nik9000
Copy link
Member Author

nik9000 commented Oct 17, 2018

Thanks for reviewing @jimczi!

nik9000 added a commit that referenced this pull request Oct 17, 2018
Applies our standard column width to all analysis plugins.
kcm pushed a commit that referenced this pull request Oct 30, 2018
Applies our standard column width to all analysis plugins.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants