Re: Score is always zero

2014-04-20 Thread Doug Turnbull
2014 9:42 PM > To: Arun V C.; solr-user@lucene.apache.org > Subject: RE: Score is always zero > > 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 similarit

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