Re: Re[2]: Out of memory exception for big indexes

2007-04-08 Thread Erick Erickson
It *is* a bit confusing, since every search is sorted, kinda Practically, a sorted query is one where you call one of the search methods (on, say, Searcher) with a Sort object, which sorts on one or more of the fields in your index (which ones are used are specified in the (array of) Sort obj

Re: Re[2]: Out of memory exception for big indexes

2007-04-08 Thread Nilesh Bansal
On 4/8/07, Artem <[EMAIL PROTECTED]> wrote: I must note that my patch only helps in lucene-OOM situations related to _sorted_ queries. If this is your case than I think yes it will help. Probably a newbie question, but can you please explain what sorted queries mean? Is simple keyword search a s