Reading through the documentation I could not find info about when to optimize.
Is optimize needed after creating a fresh index from scratch ? Do I have to call optimize() before or after commit() ? Can you advice after how many index document updates ($indxobj->add_doc) it is best to call optimize() ? -- Thomas den Braber
