Hi Scott,

sdeck wrote:
> I guess, any ideas why I would run out of heap memory by combining all of
> those boolean queries together and then running the query? What is happening
> in the background that would make that occur? Is it storing something in
> memory, like all of the common terms or something, to cause that to occur?

Doug Cutting gives a formula for Lucene memory usage for queries here
(from 2001):

<http://mail-archives.apache.org/mod_mbox/lucene-java-user/200111.mbox/[EMAIL 
PROTECTED]>

And some more info here about the term dictionary (from 2003):

<http://mail-archives.apache.org/mod_mbox/lucene-java-dev/200305.mbox/[EMAIL 
PROTECTED]>

You might want to look at this thread, which has some discussion about
omitting norms and the term dictionary (from 2005):

<http://www.nabble.com/Memory-Usage-tf523535.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to