0

I'm wondering if there's any real difference between using ES's Reindex Api vs the Update Api (besides docs being indexed into a new index in the Reindex case).

My particular use case is I just want to script some updates to a few fields in all my docs in particular indexes. For me, it would be advantageous to not have new indexes.

0

1 Answer 1

1

If your use-case is just updating a few fields in the existing documents then you should go with update API.

Reindex API, is useful when you want to create a new index from old(mainly used with Alias API) to provide the ZDT.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.