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

Change IndexAnalyzers default analyzer access #42011

Merged
merged 4 commits into from
May 10, 2019

Commits on May 9, 2019

  1. Centralize IndexAnalyzers default analyzer access

    Currently IndexAnalyzers keeps the three default as separate class members
    although they should refer to the same analyzers held in the additional
    analyzers map under the default names. This assumption should be made more
    explicit by keeping all analyzers in the map. This change adapts the constructor
    to check all the default entries are there and the getters to reach into the map
    with the default names when needed.
    Christoph Büscher committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7034f52 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Merge branch 'master' into simplify-IndexAnalyzers

    Christoph Büscher committed May 10, 2019
    Configuration menu
    Copy the full SHA
    be6a67e View commit details
    Browse the repository at this point in the history
  2. Improving default handling

    Christoph Büscher committed May 10, 2019
    Configuration menu
    Copy the full SHA
    d93a577 View commit details
    Browse the repository at this point in the history
  3. iter

    Christoph Büscher committed May 10, 2019
    Configuration menu
    Copy the full SHA
    0359d7a View commit details
    Browse the repository at this point in the history