Skip to content

Fix AnalysisModuleTests#testStandardFilterBWC#38638

Merged
cbuescher merged 1 commit intoelastic:masterfrom
cbuescher:fix-38635
Feb 11, 2019
Merged

Fix AnalysisModuleTests#testStandardFilterBWC#38638
cbuescher merged 1 commit intoelastic:masterfrom
cbuescher:fix-38635

Conversation

@cbuescher
Copy link
Copy Markdown
Member

The part of this test that has been checking deprecation warnings on pre-7.0
nodes doesn't work anymore on 8.0 and must be removed.

Closes #38635

The part of this test that has been checking deprecation warnings on pre-7.0
nodes doesn't work anymore on 8.0 and must be removed.

Closes elastic#38635
@cbuescher cbuescher added >test Issues or PRs that are addressing/adding tests :Search Relevance/Analysis How text is split into tokens v8.0.0 labels Feb 8, 2019
@elasticmachine
Copy link
Copy Markdown
Collaborator

Pinging @elastic/es-search

Settings settings = Settings.builder()
.put("index.analysis.analyzer.my_standard.tokenizer", "standard")
Version version = VersionUtils.randomVersionBetween(random(), Version.V_7_0_0, Version.CURRENT);
final Settings settings = Settings.builder().put("index.analysis.analyzer.my_standard.tokenizer", "standard")
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The standard tokenizer is still there, I think? You need to add index.analysis.analyzer.my_standard.filter=standard

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oh, never mind, it's still there - ignore me.

Copy link
Copy Markdown
Contributor

@romseygeek romseygeek left a comment

Choose a reason for hiding this comment

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

LGTM, sorry for the misread in my review.

@cbuescher
Copy link
Copy Markdown
Member Author

@elasticmachine run elasticsearch-ci/2

@cbuescher cbuescher merged commit 9f36dbb into elastic:master Feb 11, 2019
@cbuescher cbuescher deleted the fix-38635 branch November 27, 2025 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:Search Relevance/Analysis How text is split into tokens >test Issues or PRs that are addressing/adding tests v8.0.0-alpha1

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CI] AnalysisModuleTests#testStandardFilterBWC fails on master

4 participants