I'm trying to bias URLs that report their mime type as HTML documents over PDFs and other types.
I've add this to the query and it does not affect the results.
FieldText=BIASVAL{text/html,25}:*/DOCUMENT_KEYVIEW_CONTENTTYPE_STRING
If I use the same field specification with MATCH{text/html} I only get back HTML documents so the field exists and has the values I expect. But I've not found a way to promote all the HTML and/or demote non-HTML
Any guess what I'm missing?