Top "Fuzzy-search" questions

A search mechanism where the objective is to find all approximate, relevant or possibly relevant results for the search-key rather than finding an exact match.

Fuzzy string matching in Python

I have 2 lists of over a million names with slightly different naming conventions. The goal here it to match those …

python algorithm fuzzy-search fuzzywuzzy
Apply fuzzy matching across a dataframe column and save results in a new column

I have two data frames with each having a different number of rows. Below is a couple rows from each …

python pandas fuzzy-search fuzzywuzzy
q-gram approximate matching optimisations

I have a table containing 3 million people records on which I want to perform fuzzy matching using q-grams (on surname …

sql sql-server fuzzy-search fuzzy-comparison
how to do fuzzy search in big data

I'm new to that area and I wondering mostly what the state-of-the-art is and where I can read about it. …

database search indexing fuzzy-search
Lucene fuzzy search on a phrase (FuzzyQuery + SpanQuery)

I am looking for a way of coding the lucene fuzzy query that searches all the documents, which are relevant …

lucene fuzzy-search
SQL Fuzzy Join - MSSQL

I have two sets of data. Existing customers and potential customers. My main objective is to figure out if any …

sql tsql fuzzy-search fuzzy-logic fuzzy-comparison
elasticsearch fuzzy matching max_expansions & min_similarity

I'm using fuzzy matching in my project mainly to find misspellings and different spellings of the same names. I need …

elasticsearch fuzzy-search fuzzy-logic fuzzy-comparison
Searching names with Apache Solr

I've just ventured into the seemingly simple but extremely complex world of searching. For an application, I am required to …

search solr lucene fuzzy-search edismax
Efficient string matching in Apache Spark

Using an OCR tool I extracted texts from screenshots (about 1-5 sentences each). However, when manually verifying the extracted text, …

python apache-spark pyspark string-matching fuzzy-search
Fuzziness settings in ElasticSearch

Need a way for my search engine to handle small typos in search strings and still return the right results. …

search elasticsearch fuzzy-search