Hey all, I'm just finishing up a project and I'm hoping for some direction on dealing with keyword spamming.
I don't have any urgent issues. I can foresee some bumps in the road. I'm using a custom spider that pulls inventory data from several dozen sources into a single doc schema. 1 record per item per location. Data from several sources have an existing keyword field. Some records coming in have empty or null data for keywords. I concatenated my category and keyword data into the keyword field so I would not have any empty keyword data to satisfy a query builder. I have a recommended keyword list I could use to count hits before I index. It's a painful thought. I want to be able to detect people that are trying to do keyword spamming. So my question is: Is there some kind of FM that I'm not aware of? Thanks in advance, GW