Re: Index files not being deleted

2007-10-09 Thread AgentHubcap
running? if you are running 1.3-dev deleting *:* is fast -- if you aren't using 1.3, i don't suggest moving there just for that though ryan -- View this message in context: http://www.nabble.com/Index-files-not-being-deleted-tf4512068.html#a13128043 Sent from the Solr - User

Re: Index files not being deleted

2007-09-25 Thread AgentHubcap
://www.nabble.com/Index-files-not-being-deleted-tf4512068.html#a12885332 Sent from the Solr - User mailing list archive at Nabble.com.

Index files not being deleted

2007-09-24 Thread AgentHubcap
I've got an issue with my index files not being deleted. I have a cron job set up to kick off the index process every 5 minutes (test box, with little data). The process is as follows: - Delete all index files via a delete command - Loop through all the records in the database and index them

Re: Index files not being deleted

2007-09-24 Thread Ryan McKinley
- Delete all index files via a delete command make sure to optimize after deleting the docs -- optimize has lucene get rid of deleted files rather then appending them to the end of the index. what version of solr are you running? if you are running 1.3-dev deleting *:* is fast -- if you

Re: Index files not being deleted

2007-09-24 Thread AgentHubcap
-- if you aren't using 1.3, i don't suggest moving there just for that though ryan -- View this message in context: http://www.nabble.com/Index-files-not-being-deleted-tf4512068.html#a12870871 Sent from the Solr - User mailing list archive at Nabble.com.