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. you

Re: removing a field from the relevance calculation

2007-09-06 Thread Yonik Seeley
On 9/6/07, Bart Smyth <[EMAIL PROTECTED]> wrote: > I'm having trouble getting a field of type SortableFloatField to not > weigh into to the relevancy score returned for a document. > > sortMissingLast="true" omitNorms="true"/> > > So far I've tried boosting the field to 0.0 at index time using thi