Github user cestella commented on the issue:
https://github.com/apache/metron/pull/995
Before going down the path of partial document update:
* Can you confirm that this isn't an issue when you set docValues to false,
like in my previous comment?
* Are date fields polyfields?
* Is this a problem in 5.x or just 6.x?
* Is there a workaround for dates like there is for latlon in 6.x (e.g.
another type)? If so, wouldn't differentiating schema per version solve the
issue?
If you did want to go with partial updates:
* how do you propose to pull the JSON Patch apart into just the selected
fields?
* Since we will possibly expose these generated fields (perhaps not for
latlon, but possibly for other polytypes), aren't we in the same spot of having
a way to update both a generated field and a derived field if the users can
update derived fields?
* If the answer to that is to whitelist updates on derived fields, aren't
we back in the same spot as we are currently in?
---