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

upgrade to 5.0.0-alpha4 #1

Merged
merged 1 commit into from
Jul 28, 2016
Merged

upgrade to 5.0.0-alpha4 #1

merged 1 commit into from
Jul 28, 2016

Conversation

imotov
Copy link
Collaborator

@imotov imotov commented Jul 25, 2016

This commit also removes analyzed_text mapper, naive bayes update script and spark mllib dependencies, which turned out to be too problematic for the upgrade. Since in 5.0 only one scripting engine per plugin is allowed the prep spec scripting engine was transformed into a native script.

import org.elasticsearch.action.termvectors.TermVectorsRequest;
import org.elasticsearch.search.fetch.FetchSubPhaseContext;

public class AnalyzedTextFetchContext extends FetchSubPhaseContext {
Copy link
Owner

Choose a reason for hiding this comment

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

Wait. Why does this have to go too?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops, got carried away, I guess.

@brwe
Copy link
Owner

brwe commented Jul 26, 2016

Again, you cannot imagine how happy this makes me! I do not think it makes sense to review much because the code was untidy before and it is just a prototype anyway. I left a few questions though.

@imotov
Copy link
Collaborator Author

imotov commented Jul 26, 2016

I've restored the analyzed text sub phase that I accidentally deleted. Sorry about that.

@brwe
Copy link
Owner

brwe commented Jul 26, 2016

LGTM!

This commit also removes analyzed_text mapper, naive bayes update script and spark mllib dependencies, which turned out to be too problematic for the upgrade. Since in 5.0 only one scripting engine per plugin is allowed the prep spec scripting engine was transformed into a native script.
@imotov imotov merged commit 890c0d4 into brwe:master Jul 28, 2016
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

Successfully merging this pull request may close these issues.

2 participants