NEST - UpdateByQuery

Is there any "strong typed" way to tell what I want to update during 'UpdateByQuery' operation?

I find only 'Script' property which accepts a script text.

I prefer to avoid "free texts" as much as possible (free text == bugs).

The Update By Query API only exposes making updates through scripts, and this is what the NEST API exposes too. It's not possible to strongly type scripts within NEST

Got you. I suggest to add this remark to NEST documentation, because it is something not obvious.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.