mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(index) Give BODY matches a verbatim match value
This commit is contained in:
parent
b730b17f52
commit
e4f04af044
@ -417,6 +417,7 @@ public class IndexResultScoreCalculator {
|
||||
case NAV -> 0.1f;
|
||||
case CODE -> 0.25f;
|
||||
case EXTERNAL_LINKTEXT -> 1.0f;
|
||||
case BODY -> 1.0f;
|
||||
default -> 0.0f;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user