On Tue, Sep 22, 2009 at 12:56 AM, John Wang <john.w...@gmail.com> wrote: > Looking at the code, seems there is a disconnect between how/when field > cache is loaded when IndexWriter.getReader() is called.
I'm not sure what you mean by "disconnect" > Is FieldCache updated? FieldCache entries are populated on demand, as they always have been. > Otherwise, are we reloading FieldCache for each > reader instance? Searching/sorting is now per-segment, and so is the use of the FieldCache. Segments that don't change shouldn't have to reload their FieldCache entries. -Yonik http://www.lucidimagination.com --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org