Skip to content

Default OpenSearch source serverless search context to point_in_time#6756

Open
srikanthpadakanti wants to merge 1 commit intoopensearch-project:mainfrom
srikanthpadakanti:opensearch-source-serverless-pit
Open

Default OpenSearch source serverless search context to point_in_time#6756
srikanthpadakanti wants to merge 1 commit intoopensearch-project:mainfrom
srikanthpadakanti:opensearch-source-serverless-pit

Conversation

@srikanthpadakanti
Copy link
Copy Markdown
Contributor

Description

Changes the default search_context_type for Amazon OpenSearch Serverless collections from NONE (search_after without context) to POINT_IN_TIME. When the opensearch source was originally created, Serverless did not support PIT. Serverless now supports PIT, and this provides better pagination consistency.

Issues Resolved

Resolves #6335
#6335

Check List

  • [ X ] New functionality includes testing.
  • New functionality has a documentation issue. Please link to it in this PR.
    • [ X ] New functionality has javadoc added
  • [ X ] Commits are signed with a real name per the DCO

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Signed-off-by: Srikanth Padakanti <srikanth_padakanti@apple.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

OpenSearch source for Serverless should default to point-in-time

2 participants