On 12/24/24 00:07, Nikola Smolenski wrote:
Thank you for the suggestion, but that wouldn't work because there could be
multiple authors with the same name, who differ only by ID. If I were to
change the name of an author, I wouldn't know which one should I change and
which one should stay. Additionally, there could be additional author
information, such as external identifiers, that needs to be connected to
the author.

Solr is not the best option for data primary storage & manipulation. If your data is mutable like that, you might want to store in an RDB and do the editing there. Then ingest into Solr for search.

They have a buzzword for this: CQRS.

Dima

Reply via email to