Is it possible for lucene to store the index only in one file and no other assisting files shall be
- by Akhil
When we create a lucene index, various files are created. If we donot optimize Index writer three files are created, one named _0.cfs which contains all of the index data and two other files conataining meta data. Is it possible to force lucene to create only one file instead of three.