hey guys, the spec mentions the following:
The unique
key field must be unique across all shards. If docs with
duplicate unique keys are encountered, Solr will make an attempt to return
valid results, but the behavior may be non-deterministic.
I'm actually looking to duplicate certain objects across shards, and hoping to
have duplicates removed when querying over all shards.If these duplicates have
the same ids, will that work? Will this cause chaos with paging? I imagine
that it might affect faceting as well?thanks,Eric.