Details
Description
When using for example XMLUpdateRequestProcessor, the signature is calculated correctly since all field values are strings. But when one uses DataImportHandler or BinaryUpdateRequestHandler, the signature generation will ignore any field values that are ints, longs, dates etc.
This might result in overwriting non-similar documents, as it happened in my case while importing some db data through DIH.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-3200 When using SignatureUpdateProcessor with "all fields" configuration, it will assume only the fields present on the very first document only, ignoring any optional fields in subsequent documents in the signature generation.
- Closed