: 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
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