Jan,
Thanks a lot for the response.
My application's indexer is generating the id based on the raw data and
another metadata field that distinguishes that piece of data to the origin.
Now I can leverage the concept of the unique key to ensure uniqueness per
origin per row (at least that what I did
You are right - when you want to search across multiple collections, whether
through alias or explicitly, Solr does no longer guarantee the uniqueness of
IDs for you, as that is only per collection.
Meaning, you need to enforce ID uniqueness yourself. And if using routed
aliases, ..."It’s extrem
Hi,
I've noticed the following warning in the *aliases documentation*:
*"...Reindexing a document with a different route value for the same ID*
*produces two distinct documents with the same ID accessible via the*
*alias..."*
When tested such case it seems that really only one doc is retrieved but
Hi folks,
I've noticed the following warning in the aliases documentation:
"...Reindexing a document with a different route value for the same ID
produces two distinct documents with the same ID accessible via the
alias..."
When tested such case it seems that really only one doc is retrieved but
wh