Mike, thank you, it works! But isn't it weird that my setting "setMaxCFSSegmentSizeMB(1)" was ignored (.cfs file was 600 MB)?
-- Igor 15.10.2013, 19:05, "Michael McCandless" <[email protected]>: > You should only need to call > IndexWriterConfig.setUseCompoundFile(false), regardless of which > MergePolicy you use. > > Mike McCandless > > http://blog.mikemccandless.com > > On Tue, Oct 15, 2013 at 10:58 AM, Igor Shalyminov > <[email protected]> wrote: > >> It's very strange: I use NoMergePolicy.NO_COMPOUND_FILES, set >> MaxCFSSegmentSizeMB(1) and it still creates cfs. >> >> There must be something wrong with the MergePolicy. >> >> -- >> Igor >> >> 15.10.2013, 17:45, "Igor Shalyminov" <[email protected]>: >>> Hi! >>> >>> I'm trying to look at index contents by setting SimpleTextCodec into >>> IndexWriterConfig. >>> The problem is, after indexing there are only .cfs, .cfe, .si, >>> segments.gen and segments_h files, and the only plaintext file is .si. >>> >>> .pst, .fld, .vec files are written too, but eventually they are deleted. >>> How to index with keeping these files? >>> >>> -- >>> Best Regards, >>> Igor >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
