On 6/24/06, Erik Hatcher <[EMAIL PROTECTED]> wrote:
This weekend :) I have imported more data than my hacked implementation can handle without bumping up Jetty's JVM heap size, so I'm now at the point where it is necessary for me to start using the LRUCache. Though I have already refactored to use OpenBitSet instead of BitSet.
You can also fit more in mem if you can use DocSet (HashDocSet) for smaller sets. This will also speed up intersection counts. This is done automatically when you get the DocSet from Solr, or if numDocs() is used. -Yonik http://incubator.apache.org/solr Solr, the open-source Lucene search server