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

Elasticsearch client implementation with pit and no context search #2910

Merged
merged 3 commits into from
Jun 21, 2023

Commits on Jun 20, 2023

  1. Implement NoSearchContextWorker to search with search_after and not u…

    …se pit or scroll, allow override with search_context_type parameter
    
    Signed-off-by: Taylor Gray <tylgry@amazon.com>
    graytaylor0 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8b8d5d0 View commit details
    Browse the repository at this point in the history
  2. Create Elasticsearch client, implement search and pit apis for Elasti…

    …csearchAccessor
    
    Signed-off-by: Taylor Gray <tylgry@amazon.com>
    graytaylor0 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    2a1367c View commit details
    Browse the repository at this point in the history
  3. Address PR comments

    Signed-off-by: Taylor Gray <tylgry@amazon.com>
    graytaylor0 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    20c2cac View commit details
    Browse the repository at this point in the history