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

Clarify context suggestions filtering and boosting #33601

Merged
merged 1 commit into from
Sep 12, 2018

Commits on Sep 11, 2018

  1. Clarify context suggestions filtering and boosting

    This change clarifies the documentation of the context completion suggester
    regarding filtering and boosting with contexts.
    Unlike the suggester v1, filtering on multiple contexts
    works as a disjunction, a suggestion matches if it contains at least one of the provided
    context values and boosting selects the maximum score among the matching contexts.
    This commit also adapts an old test that was written for the v1 suggester and commented out
    for version 2 because the behavior changed.
    jimczi committed Sep 11, 2018
    Configuration menu
    Copy the full SHA
    35d40de View commit details
    Browse the repository at this point in the history