> I am trying to index pages where the title of the page is
> "Sony Mavica MVC-FD91 Digital Camera"
> 
> It will show up if I search on: MVC-FD91, MVCFD91
> 
> But not: FD91 or 91

If you want to patch the front portion of the word (i.e. the prefix),
you'll want to add the Prefix fuzzy matching algorithm.

If you want to match "FD91" or "91" which are any portion of the word,
you'll need to use the Substring fuzzy match. One note, the substring
match will significantly slow down the matching. :-(

These should be added in the config file, like the example Synonym and
Ending algorithms.

-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/

----------------------------------------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the body of the message.

Reply via email to