Created
September 30, 2020 09:43
-
-
Save daleharvey/d42fc6b384157aade5f7ef409c01ba48 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
queryScorer.addDocument({ | |
id: "fubar", | |
phrases: [ | |
"home decor", | |
"home decoration", | |
"home decoration ideas", | |
"home decor stores" | |
] | |
}) | |
console.log(queryScorer.score("home decor")[0]) | |
> Object { document: {…}, score: Infinity } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment