You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Adds SearchIndexingBufferedSender to index search documents with intelligent
batching, automatic flushing, and retries for failed indexing actions.
FixesAzure#11161.
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.
FixesAzure#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.
FixesAzure#11161.
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.
The text was updated successfully, but these errors were encountered: