Lines 772-778
sub _build_weighted_query {
Link Here
|
772 |
$weighted_query .= |
772 |
$weighted_query .= |
773 |
"Title-cover,ext,r1=\"$operand\""; # exact title-cover |
773 |
"Title-cover,ext,r1=\"$operand\""; # exact title-cover |
774 |
$weighted_query .= " or ti,ext,r2=\"$operand\""; # exact title |
774 |
$weighted_query .= " or ti,ext,r2=\"$operand\""; # exact title |
775 |
$weighted_query .= " or ti,phr,r3=\"$operand\""; # phrase title |
775 |
$weighted_query .= " or Title-cover,phr,r3=\"$operand\""; # phrase title |
776 |
#$weighted_query .= " or any,ext,r4=$operand"; # exact any |
776 |
#$weighted_query .= " or any,ext,r4=$operand"; # exact any |
777 |
#$weighted_query .=" or kw,wrdl,r5=\"$operand\""; # word list any |
777 |
#$weighted_query .=" or kw,wrdl,r5=\"$operand\""; # word list any |
778 |
$weighted_query .= " or wrdl,fuzzy,r8=\"$operand\"" |
778 |
$weighted_query .= " or wrdl,fuzzy,r8=\"$operand\"" |
779 |
- |
|
|