elasticsearch-plugin-bundle icon indicating copy to clipboard operation
elasticsearch-plugin-bundle copied to clipboard

A bundle of useful Elasticsearch plugins

Results 31 elasticsearch-plugin-bundle issues
Sort by recently updated
recently updated
newest added

Should probably go to a dedicated opensearch branch.

I wanted to contribute it and started fixing compilation errors (e.g. Builder is not a generic anymore, no BuilderContext but ContentPath in 7.11.2, etc.) but found that the last version...

There is a check () and when the profile is shorttext then `languages_short_text` is used but it is never set in builder/parser: (only `languages` are set)

In this fix we first try to get the value of `languages` list (if available) before using the default value for `languages_short_text`. We don't need initialization of `languages` in `DEFAULT_SETTINGS`...

should probably go to branch 7.11 build will not work out of the box because of missing dependency (org.codelibs.elasticsearch.module:analysis-common) I've installed this to my local maven repository to make it...

should probably go to branch 7.9 I'm not sure about StandardnumberMapper, tests are ok but I had to remove some code due to the changed API.

Should probably go to branch 7.7

Some code blocks at the end were recognized as code in github. Fix: all block code have been wrapped in asciidoc source code block.

Hey, thanks for this bundle, it looks great! I'm a little confused how to install for elasticsearch version 6.x though... I see the latest version tagged here on github is...

Hi Jörg, after a long time staying with ES2.3 we decided to move on to ES5.3 now. All the plugins work fine, except the _langdetect REST endpoint and I figured...