Creating Custom Noise Word List

Post Reply
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

Creating Custom Noise Word List

Post by KMandalia »

Can you outline the steps for creating/adding custom noise words for Webinator 5 Windows version. I can see the discussion on message board but would like to have the complete step by step procedure if possible.
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Creating Custom Noise Word List

Post by mark »

<$mynoiselist="am" "are" "were">
<apicp noise $mynoiselist>
Add code similar to the above to both dowalk and search. In dowalk add to the bottom of the applysettings function. In search add to the bottom of the init function.
Find the default noise list at
http://www.thunderstone.com/site/texisman/node200.html
KMandalia
Posts: 301
Joined: Fri Jul 09, 2004 3:50 pm

Creating Custom Noise Word List

Post by KMandalia »

I will need to drop and recreate index after adding noise words right?
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

Creating Custom Noise Word List

Post by mark »

Not in Webinator. It indexes all terms whether noise or not to make noise searching more easily flexible. So I guess setting the noise list in dowalk isn't really needed then. Just in the search.
Post Reply