Custom score in fuzzy matching query

given a full address, give more weightage to the name of the company and less to the whole address and match using the fuzziness

example:

if following is the query string,

XYZ WORLDWIDE LTD 123 W. 180TH STREET TORRANCE CA 90502 UNITED STATES OF AMERICA

I want to write a query such that company name, "XYZ WORLDWIDE LTD" has the more weightage and the rest of the address has less score when match with some fuzziness score to the stored data. Because there can be more than one addresses giving a good score with fuzziness = 3 (which is required due to bad OCR results), I want to give more importance to the company name

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.