Re: Any new python libraries?

2008-12-28 Thread Jacob Singh
Hi Otis, I would love to figure that one out, but sadly, my company isn't going to be doing that work right now, as we're focused on writing/fixing the PHP client primarily and Drupal integration. I sketched up the python one to use for quick index introspection to generate lists of URLs to use fo

Re: Memory size error

2008-12-28 Thread Jacob Singh
Ah, quite right :) I was wondering why Solr was bailing because of a few additional results! ;P Best, Jacob On Sun, Dec 28, 2008 at 6:29 PM, Stephen Weiss wrote: > Actually I think this is a PHP error, not a Java error (I certainly > recognize it from PHP, in Java the error is usually more like

Re: Please help me integrate Nutch with Solr

2008-12-28 Thread Tony Wang
Thanks Otis. I've just downloaded NUTCH-442_v8.patchfrom https://issues.apache.org/jira/browse/NUTCH-442, but the patching process gave me lots errors, see below: *webby88 /opt/tomcat6/webapps/nutch:patch < NUTCH-442_v8

Re: Please help me integrate Nutch with Solr

2008-12-28 Thread Otis Gospodnetic
Tony, I think you should ignore the advice/code from foofactory blog and just go with NUTCH-442, as that's most likely going to result in "the official" Nutch-Solr integration. Otis -- Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch - Original Message > From: Tony Wang >

Re: Memory size error

2008-12-28 Thread Stephen Weiss
Actually I think this is a PHP error, not a Java error (I certainly recognize it from PHP, in Java the error is usually more like OutOfMemoryException). Check the server's php.ini file for a line like this: memory_limit = 16M and try setting it to something more reasonable: memory_limit =

Re: Memory size error

2008-12-28 Thread Jacob Singh
Hi Sujatha, Try setting the memory allotted to your servlet container to a higher amount with the -Xmx and -Xms Java settings. Best, Jacob On Sun, Dec 28, 2008 at 10:06 AM, Sujatha Arun wrote: > Hi , > > I am getting this error : > > Allowed memory size of 16777216 bytes exhausted (tried to all

Memory size error

2008-12-28 Thread Sujatha Arun
Hi , I am getting this error : Allowed memory size of 16777216 bytes exhausted (tried to allocate 8192 bytes). This is happenning on clicking on facets that have more than abt 400 results. This is my search server configutation # OS: Red Hat Enterprise Linux ES 4 - 64 Bit # Processor: Dual AMD

Solr/Lucene MoreLikeThis with RangeQuery

2008-12-28 Thread Clas Rydergren
Hi, I have been playing around with the MoreLikeThis-query handler in Solr/Lucene. I am in a situation where I think that I can improve the quality of the LikeThis-documents significantly by restricting the MoreLikeThis-query to documents where one field has its term in a specified range. That is,