Hi all! I'm a bit confused with the de-duplication logic and setup of solr. In configuration options I may set:
- enabled (true - default |false - to disable deduplication) - overwriteDups (" If true, the default, when a document exists that already matches this signature, it will be overwritten.") I havent dig enough, but if enabled=true, and overwriteDups=false - nothing happens. Additionally I'd expect discarding of adding a duplicate document, as in my case, previously saved document may be populated with some additional data, which will be lost with overwrite. How is it possible to achieve this? Thanks, in advance, -- Jake