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

Use analyzer set on the field #8943

Closed
wants to merge 1 commit into from
Closed

Commits on May 4, 2015

  1. Highlight: Use analyzer set on the field

    Make highlighter use analyzer set on the field.
    
    Highlight with PlainHighlighter doesn't work on a field with an analyzer specified
    when a document has document level analyzer specified by _analyzer.
    
    With this fix, it first look for analyzer set on the field. If not found, try _analyzer's path.
    If not found or _analyzer's path is null, try analyzer set on type level.
    
    Closes elastic#8757
    masaruh committed May 4, 2015
    Configuration menu
    Copy the full SHA
    334287a View commit details
    Browse the repository at this point in the history