Re: Calculating Solr document score by ignoring the field.

2013-07-23 Thread Chris Hostetter
: Ok thanks, I just wanted the know is it possible to ignore boost value or : not during score calculation and as you said its not. : Now I would have to focus on nutch to fix the issue and not to send boost=0 : to Solr. the index time bosts are encoded in field norms -- if you wnat to ignore th

Re: Calculating Solr document score by ignoring the field.

2013-07-10 Thread Tony Mullins
te: > > > > > Simple math: x times zero equals zero. > > > > > > That's why the default document boost is 1.0 - score times 1.0 equals > > > score. > > > > > > Any particular reason you wanted to zero out the document score fr

Re: Calculating Solr document score by ignoring the field.

2013-07-10 Thread Daniel Collins
> score. > > > > Any particular reason you wanted to zero out the document score from the > > document level? > > > > -- Jack Krupansky > > > > -----Original Message----- From: Tony Mullins > > Sent: Tuesday, July 09, 2013 9:23 AM > > To: solr-user

Re: Calculating Solr document score by ignoring the field.

2013-07-09 Thread Tony Mullins
ular reason you wanted to zero out the document score from the > document level? > > -- Jack Krupansky > > -Original Message- From: Tony Mullins > Sent: Tuesday, July 09, 2013 9:23 AM > To: solr-user@lucene.apache.org > Subject: Re: Calculating Solr document score by ignor

Re: Calculating Solr document score by ignoring the field.

2013-07-09 Thread Jack Krupansky
July 09, 2013 9:23 AM To: solr-user@lucene.apache.org Subject: Re: Calculating Solr document score by ignoring the field. I am passing boost value (via nutch) and i.e boost =0.0. But my question is why Solr is showing me score = 0.0 when my boost (index time boost) = 0.0 ? Should not Solr calculat

Re: Calculating Solr document score by ignoring the field.

2013-07-09 Thread Tony Mullins
I am passing boost value (via nutch) and i.e boost =0.0. But my question is why Solr is showing me score = 0.0 when my boost (index time boost) = 0.0 ? Should not Solr calculate its documents score on the basis of TF-IDF ? And if not how can I make Solr to only consider TF-IDF while calculating doc

Re: Calculating Solr document score by ignoring the field.

2013-07-09 Thread Erick Erickson
My guess is that you're not really passing on the boost field's value and getting the default. Don't quite know how I'd track that down though Best Erick On Tue, Jul 9, 2013 at 4:09 AM, imran khan wrote: > Greetings, > > I am using nutch 2.x as my datasource for Solr 4.3.0. And nutch passes

Calculating Solr document score by ignoring the field.

2013-07-09 Thread imran khan
Greetings, I am using nutch 2.x as my datasource for Solr 4.3.0. And nutch passes on its own field to my Solr schema Now due to some reason I always get = 0.0 and due to this my Solr's document score is also always 0.0. Is there any way in Solr that it ignores the field's value for its docu