noise question

Post Reply
basement_addict
Posts: 78
Joined: Mon Nov 19, 2001 5:20 pm

noise question

Post by basement_addict »

Do noise words act like addexp's where they are "remembered" by the table definition?

For example, if I have these noise words;

and, the, if, or

The table gets created, get populated, then later on we decide to remove "or" from the noise list. Do I need to create the table again and provide a new noise list (like adding new addexp's)

I hope this is clear.

Thanks
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

noise question

Post by mark »

They are remembered by the metamorph index. So that should be rebuild if you change the list. Or just use keepnoise when building the index. They you'll be free to change the noise list at search time without rebuilding the index.
Post Reply