Error while inserting into index

2009-06-30 Thread David Baker
I recently upgraded to a nightly build of 1.4. The build works fine, I can deploy fine. But when I go to insert data into the index, I get the following error: 26-Jun-2009 5:52:06 PM org.apache.solr.update.processor.LogUpdateProcessor finish

Error while trying to index

2009-06-26 Thread David Baker
I am trying to index a solr server from a nightly build. I get the following error in my catalina.out: 26-Jun-2009 5:52:06 PM org.apache.solr.update.processor.LogUpdateProcessor finish

Upgrade to solr 1.4

2009-06-26 Thread David Baker
Hi, I need to upgrade from solr 1.3 to solr 1.4. I was wondering if there is a particular revision of 1.4 that I should use that is considered very stable for a production environment?

Re: Function query using Map

2009-06-25 Thread David Baker
Noble Paul നോബിള്‍ नोब्ळ् wrote: The five parameter feature is added in solr1.4 . which version of solr are you using? On Wed, Jun 24, 2009 at 12:57 AM, David Baker wrote: Hi, I'm trying to use the map function with a function query. I want to map a particular value to 1 and all

Function query using Map

2009-06-23 Thread David Baker
Hi, I'm trying to use the map function with a function query. I want to map a particular value to 1 and all other values to 0. We currently use the map function that has 4 parameters with no problem. However, for the map function with 5 parameters, I get a parse error. The following are t

Re: Garbage Collectors

2009-04-16 Thread David Baker
s Solr the only webapp running? Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message From: David Baker To: solr-user@lucene.apache.org Sent: Thursday, April 16, 2009 3:33:18 PM Subject: Garbage Collectors I have an issue with garbage collection o

Garbage Collectors

2009-04-16 Thread David Baker
I have an issue with garbage collection on our solr servers. We have an issue where the old generation never gets cleaned up on one of our servers. This server has a little over 2 million records which are updated every hour or so. I have tried the parallel GC and the concurrent GC. The