Description
Solr 3.1 stated logging a SEVERE warning if uniqueKeyField field was used, but was multiValued. This was done only as a log message so users who upgraded and had old configs where the field was multiValued (or inherited the multiValueness from the fieldtype) would continue to work, as long as they used the field properly.
But this is still causing some confusion...
...for 4.0, we should hard fail if uniqueKeyField is used nad doesn't mean the neccessary requirements to function properly.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-10305 uniqueKey field store=false will throw null NullPointerException
- Open
- relates to
-
SOLR-1570 Complain loudly if uniqueKey field is definied but not stored=true,multiValued=false
- Closed