Skip to content
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

Plans to support Elasticsearch >= 5.0? #20

Open
nickstanisha opened this issue Dec 2, 2016 · 2 comments
Open

Plans to support Elasticsearch >= 5.0? #20

nickstanisha opened this issue Dec 2, 2016 · 2 comments

Comments

@nickstanisha
Copy link

Elasticsearch 5.0 has been released and this plugin has not yet been updated to support the new version. Are there plans to support future versions of ES?

My findings so far

I attempted to edit build.gradle, gradle.properties, and plugin-descriptor.properties to reflect my current version of Elasticsearch (5.0.2) and build the plugin myself using gradle plugin.

When I do this, there are many instances of Elasticsearch-specific classes not being found. In particular, these statements seem to cause problems

import org.elasticsearch.common.logging.ESLogger;
import org.elasticsearch.index.mapper.MappedFieldType.Names;
import static org.elasticsearch.index.mapper.MapperBuilders.binaryField;
import static org.elasticsearch.index.mapper.MapperBuilders.stringField;
import org.elasticsearch.index.query.BoostableQueryBuilder;
import org.elasticsearch.index.query.QueryParsingException;

Note: these statements are all in different files and do not appear one right after another in the actual code.

These seem to be actual issues stemming from the differences between 2.4 and 5.0. I've confirmed that MapperBuilders is a file that existed in 2.4 but was removed in 5.0.

@kiwionly
Copy link
Owner

kiwionly commented Dec 3, 2016 via email

@negon
Copy link

negon commented Mar 3, 2017

heres to hoping that you find time to update it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants