What about using Javascript to send the contents of the page to your server via XmlHttpRequest? Then analyze the page contents on the server and looking for frequency of terms to guess what the page is about. Use the most frequent terms to search your db of ads for the most relevant ones. You could save the page content analysis in your database, so you wouldn't have to re-index it for subsequent accesses of that URL.
Just thinking out loud... Howie
You can't run all the keywords and phases of the ads against the new webpage everytime a new webpage is added, too much resource. How will you do it? Many thanks. __________________________________ Yahoo! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com
------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Nutch-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nutch-general
