Lightweight fuzzy search library

前端 未结 8 528
鱼传尺愫
鱼传尺愫 2020-12-14 03:05

Can you suggest some light weight fuzzy text search library?

What I want to do is to allow users to find correct data for search terms with typos.

I could us

8条回答
  •  温柔的废话
    2020-12-14 03:31

    I'm not sure how well Lucene is suited for fuzzy searching, the custom library would be better choice. For example, this search is done in Java and works pretty fast, but it is custom made for such task: http://www.softcorporation.com/products/people/

提交回复
热议问题