On 3/31/22 13:36, gnandre wrote:
Here is what I tried to confirm if it is still doing atomic indexing and
not in-place indexing. I changed one other unrelated field's name and
reloaded the schema.
Now, when I performed the indexing just for the field that I wanted to
update in-place, it should not have complained about this other unrelated
field as it wouldn't bother indexing it.
But it did complain with 'unknown field' for the unrelated field. So that
tells me it is still doing atomic indexing and trying to index the whole
document with all fields.

Is my understanding correct? If so, then why are in-place updates still not
working?

Can you share your schema, the atomic update request you are sending, and an idea of what the contents of all the fields in the existing document are?

Thanks,
Shawn

Reply via email to