Update of /cvsroot/nutch/nutch/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23027/conf
Modified Files: nutch-default.xml Log Message: Add ontology plugin and its application of query refinement. Index: nutch-default.xml =================================================================== RCS file: /cvsroot/nutch/nutch/conf/nutch-default.xml,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** nutch-default.xml 5 Nov 2004 15:26:18 -0000 1.59 --- nutch-default.xml 30 Nov 2004 06:36:00 -0000 1.60 *************** *** 528,530 **** --- 528,559 ---- </property> + <!-- ontology extension properties --> + + <property> + <name>extension.ontology.extension-name</name> + <value></value> + <description>Use the specified online ontology extension. If empty, + the first available extension will be used. The "name" here refers to an 'id' + attribute of the 'implementation' element in the plugin descriptor XML + file.</description> + </property> + + <property> + <name>extension.ontology.urls</name> + <value> + </value> + <description>Urls of owl files, separated by spaces, such as + http://www.example.com/ontology/time.owl + http://www.example.com/ontology/space.owl + http://www.example.com/ontology/wine.owl + Or + file:/ontology/time.owl + file:/ontology/space.owl + file:/ontology/wine.owl + You have to make sure each url is valid. + By default, there is no owl file, so query refinement based on ontology + is silently ignored. + </description> + </property> + </nutch-conf> ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://productguide.itmanagersjournal.com/ _______________________________________________ Nutch-cvs mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nutch-cvs