On 2022-10-31 4:55 PM, Thomas Corthals wrote:
Solr does deviate from the 'does not assign any significance to the
ordering of name/value pairs' part of that spec though. The order of "add"s
and "delete"s within an update request does matter.

Yeah, that's the other problem with using a dict (python-speak) to send a *sequence* of commands: keys of a dict are not intrinsically ordered so the implementation is free to run, say, a commit first, the all the adds, and then the deletes.

But since that string cannot be demarshalled into a dict, that makes it all right I guess.

Dima


Reply via email to