Hi everyone,

I am new to Nutch and Solr. I try to index webpages on our site and support
user search. In particular, we want to record how a particular page has been
"liked" for a certain number of times and search and return pages that have
been "liked" for 10 times, for example. To do so, I feel that the parser
should be able to get this value (10) besides the like button. I found the
following from Facebook:
--------------------

You can add a Like button to any page with an iframe tag:

<html>
    <head>
      <title>My Great Web page</title>
    </head>
    <body>
       <iframe src="http://www.facebook.com/plugins/like.php?href=YOUR_URL";
        scrolling="no" frameborder="0"
        style="border:none; width:450px; height:80px"></iframe>
    </body>
 </html>

---------------------

Therefore, I feel that the parser should be able to parse the iframe tag. I
am wondering whether Nutch already supports it. If not, can you give me
advice on how to write a plugin to work with Nutch (or Solr) to accomplish
it. I did see an example at Nutch wiki on 1.2 but could not figure out what
to do for this case.

Thanks and I will appreciate your answer.

Qin

Reply via email to