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

Remove _analyzer field #9381

Merged
merged 1 commit into from Jan 26, 2015
Merged

Remove _analyzer field #9381

merged 1 commit into from Jan 26, 2015

Conversation

rjernst
Copy link
Member

@rjernst rjernst commented Jan 21, 2015

Note that the per query analyzer still exists for MultiTermQuery. That
needs to be looked at separately on how to remove...

closes #9279

@rjernst rjernst changed the title Mappings: Remove _analyzer and per query analyzer Mappings: Remove _analyzer Jan 23, 2015
@rjernst
Copy link
Member Author

rjernst commented Jan 25, 2015

@imotov I updated this to only include _analyzer removal.

if (!forcedQuoteAnalyzer) {
setAnalyzer(fieldMappers.searchQuoteAnalyzer());
}
setAnalyzer(fieldMappers.searchQuoteAnalyzer());
} else {
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't these changes belong to query analyzer PR?

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, missed this part when reverting. Will fix.

@imotov
Copy link
Contributor

imotov commented Jan 25, 2015

I left a couple of minor comments, but in general it looks good to me. I also think we should delete analyzer-field.asciidoc from master as part of this PR.

@rjernst
Copy link
Member Author

rjernst commented Jan 25, 2015

Thanks @imotov. I pushed fixes for your comments.

@imotov
Copy link
Contributor

imotov commented Jan 26, 2015

LGTM

@rjernst rjernst removed the review label Jan 26, 2015
@rjernst rjernst merged commit 385c43c into elastic:master Jan 26, 2015
@rjernst rjernst deleted the pr/9279 branch March 24, 2015 03:18
@clintongormley clintongormley added the :Search/Mapping Index mappings, including merging and defining field types label Jun 6, 2015
@clintongormley clintongormley changed the title Mappings: Remove _analyzer Remove _analyzer field Jun 6, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>breaking :Search/Mapping Index mappings, including merging and defining field types v2.0.0-beta1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove _analyzer
3 participants