private void btnOptimizeIndx_Click(object sender, EventArgs e) { //Optimze method is deprecated since 4.0. Don use it! LuceneIndex.Optimize(); }