Skip to content

Commit

Permalink
Update index.md (#4762)
Browse files Browse the repository at this point in the history
Addresses #4706

Signed-off-by: Heather Halter <[email protected]>
  • Loading branch information
hdhalter authored and vagimeli committed Dec 20, 2023
1 parent 8a6d926 commit cdda4ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _im-plugin/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You index data using the OpenSearch REST API. Two APIs exist: the index API and

For situations in which new data arrives incrementally (for example, customer orders from a small business), you might use the index API to add documents individually as they arrive. For situations in which the flow of data is less frequent (for example, weekly updates to a marketing website), you might prefer to generate a file and send it to the `_bulk` API. For large numbers of documents, lumping requests together and using the `_bulk` API offers superior performance. If your documents are enormous, however, you might need to index them individually.

When indexing documents, the document `_id` must be 512 MB or less in size.
When indexing documents, the document `_id` must be 512 bytes or less in size.


## Introduction to indexing
Expand Down

0 comments on commit cdda4ec

Please sign in to comment.