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

Renamed ignore_like to unlike #11117

Closed
wants to merge 1 commit into from

Commits on May 12, 2015

  1. More Like This: renamed ignore_like to unlike

    This changes the parameter name `ignore_like` to the more user friendly name
    `unlike`. This later feature generates a query from the terms in `A` but not
    from the terms in `B`. This translates to a result set which is like `A` but
    unlike `B`. We could have further negatively boosted any documents that have
    some `B`, but these documents already do not receive any contribution from
    having `B`, and would therefore negatively compete with documents having `A`.
    alexksikes committed May 12, 2015
    Copy the full SHA
    b3f8fbf View commit details
    Browse the repository at this point in the history