In an ideal world, how often would you be running such cleanup and how
many documents would you expect to delete each time?
Regards,
Alex.
Personal: http://www.outerthoughts.com/ and @arafalov
Solr resources and newsletter: http://www.solr-start.com/ and @solrstart
Solr popularizers community:
I'm working on a production system that is indexing user's interaction
events as documents in Solr index.
Each documents looks similar to: {user_id, event_data, update_time}
The index size increase monotonously over time and so documents need to be
deleted from the index in fixed intervals.
A re
I'm working on a production system that is indexing user's interaction
events as documents in Solr index.
Each documents looks similar to: {user_id, event_data, update_time}
The index size increase monotonously over time and so documents need to be
deleted from the index in fixed intervals.
A req