Re: Geolocation in SOLR with PHP application

2012-03-09 Thread Adolfo Castro Menna
Hi, Take a look at http://wiki.apache.org/solr/SpatialSearch Then from php, you need to pass the right parameters as described in the link above. On Fri, Mar 9, 2012 at 8:00 AM, Spadez wrote: > A quick, bump, I could really do with some input on this please. > > -- > View this message in contex

Re: Shutdown hook issue

2011-12-14 Thread Adolfo Castro Menna
xt.com/spm/solr-performance-monitoring/index.html > > > > > > > > From: Adolfo Castro Menna > >To: solr-user@lucene.apache.org > >Sent: Wednesday, December 14, 2011 8:17 AM > >Subject: Shutdown hook issue > > > >Hi All, >

Shutdown hook issue

2011-12-14 Thread Adolfo Castro Menna
Hi All, I'm experiencing some issues with solr. From time to time solr goes down. After checking the logs, I see that it's due to the shutdown hook being triggered. I still don't know why it happens but it seems to be related to solr being idle. Does anyone have any insights? I'm using Ubuntu 10.

Re: Problems installing Solr PHP extension

2011-11-16 Thread Adolfo Castro Menna
Pecl installation is kinda buggy. I installed it ignoring pecl dependencies because I already had them. Try: pecl install -n solr (-n ignores dependencies) And when it prompts for curl and libxml, point the path to where you have installed them, probably in /usr/lib/ Cheers, Adolfo. On Tue, Nov

Re: Norms - scoring issue

2011-09-15 Thread Adolfo Castro Menna
Hi Ashmet, You're right. It was related to the text field which is the defaultSearch field. I also added omitNorms=true in the fieldtype definition and it's now working as expected Thanks, Adolfo.

Norms - scoring issue

2011-09-14 Thread Adolfo Castro Menna
Hi All, I hope someone could shed some light on the issue I'm facing with solr 3.1.0. It looks like it's computing diferrent fieldNorm values despite my configuration that aims to ignore it. I also have a custom class that extends DefaultSimilarity to override the idf method. Query: