Score is always zero

2014-04-20 Thread Arun V C .
Score is always zero my search query is http://localhost:8080/solr/nutch?indent=on&defType=dismax&version=2.2&q=potenzialit%C3%A0&fq=host:www.gruppozenit.com&debugQuery=true&cache=false There are 6 results Word potenzialità is appearing in title and content in the 5th record, that should be ran

RE: Score is always zero

2014-04-20 Thread Doug Turnbull
Arun, your field norms are all suspiciously 0, which.multiplied through the scoring calculation causes the overall score to be 0. Are you using anything other than the default similarity? Could you post the relevant parts.of your schema (field definition, field types, similarity, etc)? -Doug Sen

Re: need help from hard core solr experts - out of memory error

2014-04-20 Thread Candygram For Mongo
We have tried using fetchSize and we still got the same out of memory errors. On Fri, Apr 18, 2014 at 9:39 PM, Shawn Heisey wrote: > On 4/18/2014 6:15 PM, Candygram For Mongo wrote: > > We are getting Out Of Memory errors when we try to execute a full import > > using the Data Import Handler.

Re: need help from hard core solr experts - out of memory error

2014-04-20 Thread Shawn Heisey
On 4/20/2014 11:12 AM, Candygram For Mongo wrote: > We have tried using fetchSize and we still got the same out of memory > errors. It needs to be batchSize, not fetchSize. I mentioned too much of the internal details. The fetchSize name is only important if you're writing source code that uses

Re: need help from hard core solr experts - out of memory error

2014-04-20 Thread Mikhail Khludnev
I noticed enormous number of commits, which reasonably triggers merges that hits OOMe. Try to disable autocommits completely. Monitor commit occurrences in the log. On Sun, Apr 20, 2014 at 9:12 PM, Candygram For Mongo < candygram.for.mo...@gmail.com> wrote: > We have tried using fetchSize and we

Sunspot SolrException: The field location_s does not support spatial filtering

2014-04-20 Thread funkdified
For reference here is the gem (plugin) I am using https://github.com/sunspot/sunspot/ I am trying to run this command as part of my solr search: with(:location).in_radius(x, y, 50, :bbox => true) I have defined this in my model definition: location :location do Sunspot::Util::Coor

Re: Sunspot SolrException: The field location_s does not support spatial filtering

2014-04-20 Thread funkdified
By the way, for anyone interested in seeming my schema.xml: https://gist.github.com/funkdified/3b503314738b97ab19e8 -- View this message in context: http://lucene.472066.n3.nabble.com/Sunspot-SolrException-The-field-location-s-does-not-support-spatial-filtering-tp4132262p4132263.html Sent from

Re: Score is always zero

2014-04-20 Thread Doug Turnbull
Googling around for "fieldNorm == 0" brought me to this post that also involved Nutch several years ago, it might be relavant to you: http://mail-archives.apache.org/mod_mbox/lucene-solr-user/201011.mbox/%3c201011031930.05980.markus.jel...@openindex.io%3E My only thought is that if your fields ar

Re: 'qt' parameter is not working in search call of SolrPhpClient

2014-04-20 Thread harshrossi
Yes I know but I am using SolrPhpClient API where by default the search() function access the '/select' request handler. So I used the 'qt' parameter to access '/select_test' as given in this link: Non-Default Request Handler