<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: fuzzy</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/fuzzy.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2010-05-05T17:51:00+00:00</updated><author><name>Simon Willison</name></author><entry><title>A fast, fuzzy, full-text index using Redis</title><link href="https://simonwillison.net/2010/May/5/fuzzy/#atom-tag" rel="alternate"/><published>2010-05-05T17:51:00+00:00</published><updated>2010-05-05T17:51:00+00:00</updated><id>https://simonwillison.net/2010/May/5/fuzzy/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://playnice.ly/blog/2010/05/05/a-fast-fuzzy-full-text-index-using-redis/"&gt;A fast, fuzzy, full-text index using Redis&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Interesting twist on building a reverse-index using Redis sets: this one indexes only the metaphones of the words, resulting in a phonetic fuzzy search.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/full-text-search"&gt;full-text-search&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/redis"&gt;redis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/search"&gt;search&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/recovered"&gt;recovered&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/fuzzy"&gt;fuzzy&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/metaphone"&gt;metaphone&lt;/a&gt;&lt;/p&gt;



</summary><category term="full-text-search"/><category term="redis"/><category term="search"/><category term="recovered"/><category term="fuzzy"/><category term="metaphone"/></entry></feed>