Re: removing a field from the relevance calculation

2007-09-08 Thread Chris Hostetter
: I'm having trouble getting a field of type SortableFloatField to not : weigh into to the relevancy score returned for a document. unless you actually use the field in your query in some way it will not factor into the score at all -- no matter what options you set on it or the fieldtype.

removing a field from the relevance calculation

2007-09-06 Thread Bart Smyth
Hi, I'm having trouble getting a field of type SortableFloatField to not weigh into to the relevancy score returned for a document. fieldtype name=sfloat class=solr.SortableFloatField sortMissingLast=true omitNorms=true/ So far I've tried boosting the field to 0.0 at index time using this field