Hello everybody I m trying to add new plugin to Nutch as it s explain in the howto WritingPluginExample on the apache wiki.
Because the Example about the plugin on the wiki is for the version 0.9 , i m switching to Nutch 0.9 after getting a lot of error with Nutch1.0. My new plugin named author will extract the value of the tag author from pages crawled. The method used is exactly the same method on the wiki with the name "author" in place of 'recommended" . So , all things are built successfully , (plugin (separately)+ Nutch ) , the name of the plugin ("author) was added in nutch-site.xml file , and the balise <ant dir="author" target="deploy"/> was added correctly in the file /nutch/src/plugin/ and the "author" directory was been created on the directory /nutch/build/ . THE PROBLEM IS : No new field named "author" exists in the index . I m using Luke to read and display the index but theresn't any trace about the new field "author" . I have verified that the tag named author exists in the Web page which i crawl. ANYONE know from where the problem may come CAN ANYONE HELP ME PLEASE. Best regards THANKS