You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Jason Rutherglen <ja...@gmail.com> on 2009/05/29 02:19:23 UTC

More efficient loading of terms dictionary

This is for Marvin who previously mentioned loading the term
dictionary directly from the filesystem (rather than load every
Nth term into Java heap) which could improve latency of opening
new readers.

Were you able to take this idea any further?