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

Fixes #321: fix highlight max_analyzer_offset field name to match OS 2.2.0 #322

Merged
merged 4 commits into from
Aug 20, 2023

Commits on Aug 19, 2023

  1. Fixes opensearch-project#321: fix highlight max_analyzer_offset field…

    … name to match OS 2.2.0
    
    Signed-off-by: Gideon Junge <gjunge@gmail.com>
    gjunge committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    a760912 View commit details
    Browse the repository at this point in the history
  2. extend existing highlighting unit test

    Signed-off-by: Gideon Junge <gjunge@gmail.com>
    gjunge committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e2df34a View commit details
    Browse the repository at this point in the history
  3. Create > 2.2.0 unit test

    Signed-off-by: Gideon Junge <gjunge@gmail.com>
    gjunge committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e4e5389 View commit details
    Browse the repository at this point in the history
  4. Implement HighlightField level max_analyzer_offset

    max_analyzer_offset can be set both on highlight in general, and on specific fields.
    
    Signed-off-by: Gideon Junge <gjunge@gmail.com>
    gjunge committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    ad2d8d6 View commit details
    Browse the repository at this point in the history