[ic] "Fuzzy" searching

Grant emailgrant at gmail.com
Wed Mar 28 18:07:56 EST 2007


> > Has anyone implemented Swish or any other method for "fuzzy"
> > searching?  Swish describes fuzzy searching this way:
> >
> > Word stemming, soundex, metaphone, and double-metaphone indexing for
> > "fuzzy" searching
> >
> > I'm mainly interested in dealing with the plural/singular problem.
> >
> I am using "FuzzyIndexingMode Stemming_en2" with Swish-e on my RTFM
> website.  No problems at all.

I'm actually hoping to search the title and description fields of my
products table.  Would Swish work well for that or is it mainly
designed to crawl and index HTML pages?

Besides fuzzy searching, I'm eager to get something to match the
search "big widgets" to the description "big blue widgets".  I'm
currently using op=rm to search and it doesn't seem to make that
connection.

- Grant


More information about the interchange-users mailing list