Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: Yonik Seeley wrote: > On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: >> This turn out to be a bad idea ... for some reason using the >> BoostQuery instead >> of the BoostFunction slows the search to a crawl. > > Dismax throws bq in with the mai

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Yonik Seeley wrote: On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: This turn out to be a bad idea ... for some reason using the BoostQuery instead of the BoostFunction slows the search to a crawl. Dismax throws bq in with the main query, so it can't really be cached separately, so iteratin

Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: Luis Neves wrote: > The objective is to boost the documents by "freshness" ... this is > probably the cause of the memory abuse since all the "EntryDate" values > are unique. > I will try to use something like: > EntryDate:[* TO NOW/DAY-3MONTH]^

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Luis Neves wrote: The objective is to boost the documents by "freshness" ... this is probably the cause of the memory abuse since all the "EntryDate" values are unique. I will try to use something like: EntryDate:[* TO NOW/DAY-3MONTH]^1.5 This turn out to be a bad idea ... for some reason u

Re: OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Yonik Seeley wrote: On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: We are having some issues with one of our Solr instances when autowarming is enabled. The index has about 2.2M documents and 2GB of size, so it's not particularly big. Solr runs with "-Xmx1024M -Xms1024M". "Big" is relative

Re: OOM when autowarming is enabled

2007-07-25 Thread Yonik Seeley
On 7/25/07, Luis Neves <[EMAIL PROTECTED]> wrote: We are having some issues with one of our Solr instances when autowarming is enabled. The index has about 2.2M documents and 2GB of size, so it's not particularly big. Solr runs with "-Xmx1024M -Xms1024M". "Big" is relative to what you are tryin

Re: OOM when autowarming is enabled

2007-07-25 Thread Otis Gospodnetic
- Original Message From: Luis Neves <[EMAIL PROTECTED]> To: solr-user@lucene.apache.org Sent: Wednesday, July 25, 2007 12:55:31 PM Subject: OOM when autowarming is enabled Hello all. We are having some issues with one of our Solr instances when autowarming is enabled. The index has abo

OOM when autowarming is enabled

2007-07-25 Thread Luis Neves
Hello all. We are having some issues with one of our Solr instances when autowarming is enabled. The index has about 2.2M documents and 2GB of size, so it's not particularly big. Solr runs with "-Xmx1024M -Xms1024M". We are constantly inserting and updating the index, about 20 new/updated d