I have been trying to plan out a history function for Solr. When I update a document with an existing unique key, I would like the older version to stay around and get tagged with the date and some metadata to indicate it's not "live." Any normal search would not touch history documents.

Is this best accomplished with a custom update request handler?

-Brian


Reply via email to