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

Highlight fields in request order #6178

Closed
wants to merge 1 commit into from

Commits on May 22, 2014

  1. Highlight fields in request order

    Because json objects are unordered this also adds an explicit order syntax
    that looks like
        "highlight": {
            "fields": [
                {"title":{ /*params*/ }},
                {"text":{ /*params*/ }}
            ]
        }
    
    This is not useful for any of the builtin highlighters but will be useful
    in plugins.
    
    Closes elastic#4649
    nik9000 committed May 22, 2014
    Copy the full SHA
    43f05b8 View commit details
    Browse the repository at this point in the history