Compound File Format question

2004-09-08 Thread Armbrust, Daniel C.
Is it safe to change the compound file format option at any time during the life of an index? Can I build an index with it off, then turn it on, and call optimize, and have a compound file formatted index? And then later, turn it on, call optimize again, and go back the other way? The

Re: Compound File Format question

2004-09-08 Thread Andrzej Bialecki
Armbrust, Daniel C. wrote: Is it safe to change the compound file format option at any time during the life of an index? Can I build an index with it off, then turn it on, and call optimize, and have a compound file formatted index? And then later, turn it on, call optimize again, and go back

RE: Compound File Format question

2004-09-08 Thread Armbrust, Daniel C.
] Sent: Wednesday, September 08, 2004 2:37 PM To: Lucene Users List Subject: Re: Compound File Format question Armbrust, Daniel C. wrote: Is it safe to change the compound file format option at any time during the life of an index? Can I build an index with it off, then turn it on, and call

RE: Compound File Format question

2004-09-08 Thread Armbrust, Daniel C.
Ahh - two new discoveries: You have to add a document, remove a document, and then call optimize. Then everything works (nearly as expected) The version of Lucene that ships with Luke still has the broken optimize code in it that didn't clean up after itself - so you need to just download