Hi,

I have some documents (around 80K, grows by ~1K each week) in mongodb
that I import weekly into solr using a custom python script.  I want
to add new fields to documents that don't exist in mongodb (like
favorite, hidden, comments etc).

I made a small test and it looks like when I re-import data from
mongodb, my custom fields get deleted.

I am planning to merge mongodb fields and my custom fields in python
script before reindexing, but I was wondering if there is a
better/recommended way.

Best Regards,

Reply via email to