Hi again. Is there any way to return a fuzzy match...
# community-help
u
Hi again. Is there any way to return a fuzzy match score with results? Something like the levenshtein distance (I think I read somewhere you are using a variation of it) in terms of a value between 0 and 1, etc?
j
Not the fuzzy match score, but there is a text_match_info field that gets returned with every hit that has more ranking info
u
yes I saw that one but I wasn't sure how to interpret that value
j
We combine several criteria, including typo tolerance into a single score to rank on
u
I'm trying to get an idea how good the match is. Long story short I have some other results from another search engine and I'm trying to come up with aggregate results based on relevance
j
We don’t expose that level of detail… But even if we did expose component scores, it would still be hard to compare these across search engines, because scoring works different
u
oh, I see this is new in the latest version
I only saw text_match before. will take a look what it does show
and yes I know you cannot compare it perfectly, but an approximation is fine for my purposes
by the way text_match_info only shows up in release notes, probably the docs need to be updated
at least the docs search finds only one match
j
Ah right, will update