Re: Enabling the Auto purging for the documents which are already index.

2018-07-13 Thread Alexandre Rafalovitch
Delete by query with an external from job? Maybe even using date math in the query to avoid hardcoding real dates. Not everything needs to be inside of Solr. Regards, Alex On Fri, Jul 13, 2018, 4:33 AM Adarsh_infor, wrote: > Hi All, > > I have index which is being lying in production for q

Re: Enabling the Auto purging for the documents which are already index.

2018-07-13 Thread Erick Erickson
1> Well, a day is just 86,400 seconds. But that's just how often the thread wakes up and looks for docs to delete 2> Maybe. If you already have a field that has the date you want to use to expire the document, then no. Otherwise you must re-index 3> no. How could it if there's no dat