Is it possible for lucene to store the index only in one file and no other assisting files shall be
Posted
by Akhil
on Stack Overflow
See other posts from Stack Overflow
or by Akhil
Published on 2010-04-30T06:31:14Z
Indexed on
2010/04/30
6:37 UTC
Read the original article
Hit count: 264
lucene-index
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.
© Stack Overflow or respective owner