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

Search: Design and implement batching operation for document operations #11161

Closed
tg-msft opened this issue Apr 8, 2020 · 0 comments · Fixed by #15750
Closed

Search: Design and implement batching operation for document operations #11161

tg-msft opened this issue Apr 8, 2020 · 0 comments · Fixed by #15750
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. Search

Comments

@tg-msft
Copy link
Member

tg-msft commented Apr 8, 2020

We want to create a higher level batching API that can handle user's adding arbitrary numbers of documents to index that get automatically submitted when the batch is full. We'll work with the service team to incorporate learning from their use of this API at production scale.

@tg-msft tg-msft added Client This issue points to a problem in the data-plane of the library. Search labels Apr 8, 2020
@tg-msft tg-msft added this to the [2020] May milestone Apr 8, 2020
@tg-msft tg-msft self-assigned this Apr 8, 2020
@AlexGhiondea AlexGhiondea modified the milestones: [2020] May, [2020] June Apr 27, 2020
tg-msft added a commit to tg-msft/azure-sdk-for-net that referenced this issue Oct 9, 2020
Adds SearchIndexingBufferedSender to index search documents with intelligent
batching, automatic flushing, and retries for failed indexing actions.

Fixes Azure#11161.
tg-msft added a commit that referenced this issue Oct 9, 2020
Adds SearchIndexingBufferedSender to index search documents with intelligent
batching, automatic flushing, and retries for failed indexing actions.

Fixes #11161.
suhas92 pushed a commit to suhas92/azure-sdk-for-net that referenced this issue Oct 12, 2020
Adds SearchIndexingBufferedSender to index search documents with intelligent
batching, automatic flushing, and retries for failed indexing actions.

Fixes Azure#11161.
annelo-msft pushed a commit to annelo-msft/azure-sdk-for-net that referenced this issue Feb 17, 2021
Adds SearchIndexingBufferedSender to index search documents with intelligent
batching, automatic flushing, and retries for failed indexing actions.

Fixes Azure#11161.
@github-actions github-actions bot locked and limited conversation to collaborators Mar 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. Search
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants