Re: Autocommit

2007-12-12 Thread Michael Thessel
for now. If the optimize is the problem what would be a better different strategy to run the optimize? Thanks for your help. Cheers, Michael -- Michael Thessel <[EMAIL PROTECTED]> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806

Autocommit

2007-12-12 Thread Michael Thessel
lr version installed: Solr Specification Version: 1.2.0 Solr Implementation Version: 1.2.0 - Yonik - 2007-06-02 17:35:12 Lucene Specification Version: 2007-05-20_00-04-53 Lucene Implementation Version: build 2007-05-20 Does anyone have a hint what I could look for? Thanks Michael -- Micha

Re: Sorting problem

2007-11-07 Thread Michael Thessel
> > Does anyone know what could be the problem? > > > > looks like it was a problem in the new query parser. I just fixed it > in trunk: > http://svn.apache.org/viewvc?view=rev&revision=592740 Thanks it works now. Cheers, Michael -- Michael Thessel <[EMAIL P

Sorting problem

2007-11-06 Thread Michael Thessel
=score+asc&q=title:test 0 17 Does anyone know what could be the problem? Thanks, Michael -- Michael Thessel <[EMAIL PROTECTED]> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806

Re: Processor load

2007-07-09 Thread Michael Thessel
On Wed, 2007-04-07 at 10:37 -0400, Yonik Seeley wrote: > On 7/3/07, Michael Thessel <[EMAIL PROTECTED]> wrote: > > -- > > 208973 SEVERE: Error during auto-warming of > > key:[EMAIL PROTECT

Re: Processor load

2007-07-03 Thread Michael Thessel
. . . . . . . . . . . . . . . . . > Simpy -- http://www.simpy.com/ - Tag - Search - Share > > - Original Message > From: Mike Klaas <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Friday, June 29, 2007 1:01:03 AM > Subject: Re: Processor load &

Re: Processor load

2007-06-28 Thread Michael Thessel
On Thu, 2007-28-06 at 11:05 -0700, Mike Klaas wrote: > On 28-Jun-07, at 11:02 AM, Yonik Seeley wrote: > > > On 6/28/07, Michael Thessel <[EMAIL PROTECTED]> wrote: > >> I got a solr server running to index the posts of a forum. The > >> server is > >

Re: Processor load

2007-06-28 Thread Michael Thessel
chael On Thu, 2007-28-06 at 10:14 -0700, Mike Klaas wrote: > On 28-Jun-07, at 9:36 AM, Michael Thessel wrote: > > > Hello UG > > > > I got a solr server running to index the posts of a forum. The > > server is > > running in a tomcat installation on a 4-proce

Processor load

2007-06-28 Thread Michael Thessel
true 5 solr solrconfig.xml schema.xml admin-extra.html qt=dismax&q=solr&start=3&fq=id:[* TO *]&fq=cat:[* TO *] -- Michael Thessel <[EMAIL PROTECTED]> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806

Re: filter query speed

2007-06-07 Thread Michael Thessel
e same resultset takes 80s? Cheers, Michael -- Michael Thessel <[EMAIL PROTECTED]> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806

filter query speed

2007-06-07 Thread Michael Thessel
.2007.05.24.08.06.21 Solr Implementation Version: nightly - yonik - 2007-05-24 08:06:21 Lucene Specification Version: 2007-05-20_00-04-53 Lucene Implementation Version: build 2007-05-20 Tomcat: 6.0.10 Cheers, Michael -- Michael Thessel <[EMAIL PROTECTED]> Gossamer Threads Inc. http://www.gossamer-threads.com/ Tel: (604) 687-5804 Fax: (604) 687-5806

Re: Solr performance warnings

2007-04-20 Thread Michael Thessel
Michael Thessel wrote: Mike Klaas wrote: On 4/20/07, Michael Thessel <[EMAIL PROTECTED]> wrote: Hey Erik, thanks for the fast reply. Yes this could be possible. I currently got solr running for the indexing of a forum with 100k users. It could definitely be possible that two commits o

Re: Solr performance warnings

2007-04-20 Thread Michael Thessel
Mike Klaas wrote: On 4/20/07, Michael Thessel <[EMAIL PROTECTED]> wrote: Hey Erik, thanks for the fast reply. Yes this could be possible. I currently got solr running for the indexing of a forum with 100k users. It could definitely be possible that two commits overlap. But I need to comm

Re: Solr performance warnings

2007-04-20 Thread Michael Thessel
as they are posted. Do you think there is a way to optimize this? Cheers, Michael Erik Hatcher wrote: On Apr 19, 2007, at 7:47 PM, Michael Thessel wrote: in my logs I get from time to time this message: INFO: PERFORMANCE WARNING: Overlapping onDeckSearchers=2 What does this mean? What

Solr performance warnings

2007-04-19 Thread Michael Thessel
Hello, in my logs I get from time to time this message: INFO: PERFORMANCE WARNING: Overlapping onDeckSearchers=2 What does this mean? What can I do to avoid this? Cheers, Michael