Herman, While opening IndexReader, Lucene reads all .tii files of the index and all files that contains field norms (.f1, .f2 etc.) So cost of opening is proportional to the sum of sizes of those files.
> Hello, > Is the cost of opening an IndexSearcher proportional to anything, e.g. > physical index size, number of segments? Thanks. > -- > Herman -- Vladimir mailto:[EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
