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

Expose duplicate removal in the completion suggester #26496

Merged

Commits on Sep 4, 2017

  1. Expose duplicate removal in the completion suggester

    This change exposes the duplicate removal option added in Lucene for the completion suggester
    with a new option called `skip_duplicates` (defaults to false).
    This commit also adapts the custom suggest collector to handle deduplication when multiple contexts match the input.
    
    Closes elastic#23364
    jimczi committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    54c6ac7 View commit details
    Browse the repository at this point in the history
  2. skip bwc rest tests for now

    jimczi committed Sep 4, 2017
    Configuration menu
    Copy the full SHA
    450804f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. after review

    jimczi committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    f625085 View commit details
    Browse the repository at this point in the history
  2. javadoc

    jimczi committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    beedb08 View commit details
    Browse the repository at this point in the history
  3. fix grouping per doc in the completion suggester when a document matc…

    …hes the input with different suggestions within the same context
    jimczi committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    114e078 View commit details
    Browse the repository at this point in the history
  4. javadoc

    jimczi committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    a53e904 View commit details
    Browse the repository at this point in the history