Description
If you do an "atomic update" when adding a document for the first time, then the "inc" operator acts as if the field has a default of 0.
But if the <field/> has an actual default in the schema.xml (example: default="42") then that default is ignored by the atomic update code path.
Attachments
Attachments
Issue Links
- relates to
-
SOLR-5944 Support updates of numeric DocValues
- Closed