合并document文件(默认10个合并) indexWriter.optimize() //每两个就合并成一个文件 indexWriter.setMergeFactor(3) //自定义合并对象,满足三个cfs文件合并