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

PoC Refactor: Move relevance search functions from :core to :opensearch #2025

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 14, 2023

  1. Created Relevance and OpenSeach Functions in opensearch module

    Signed-off-by: Guian Gumpac <[email protected]>
    GumpacG committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    c265987 View commit details
    Browse the repository at this point in the history
  2. Moving Test in progress. Committing for rebase purposes

    Signed-off-by: Guian Gumpac <[email protected]>
    GumpacG committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    850ed72 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Moved tests out from core

    Signed-off-by: Guian Gumpac <[email protected]>
    GumpacG committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    3b818c0 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Pulled out analyzers to opensearch module

    Signed-off-by: Guian Gumpac <[email protected]>
    GumpacG committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a602e30 View commit details
    Browse the repository at this point in the history
  2. Revert "Pulled out analyzers to opensearch module"

    This reverts commit a602e30.
    GumpacG committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    95d5285 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. Move analyzers to opensearch

    Signed-off-by: Yury-Fridlyand <[email protected]>
    Yury-Fridlyand committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    0069902 View commit details
    Browse the repository at this point in the history
  2. Remove dependency :protocol <- :opensearch.

    Note: response formatters were never actually used to format an error.
    
    Signed-off-by: Yury-Fridlyand <[email protected]>
    Yury-Fridlyand committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    e66e6b9 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Move OpenSearch stuff from AstExpressionBuilders.

    Signed-off-by: Yury-Fridlyand <[email protected]>
    Yury-Fridlyand committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d9aff1e View commit details
    Browse the repository at this point in the history