[Yanel-commits] rev 20894 - public/yanel/trunk/src/contributions/resources/nutch/conf

michi at wyona.com michi at wyona.com
Fri Dec 15 12:35:24 CET 2006


Author: michi
Date: 2006-12-15 12:35:22 +0100 (Fri, 15 Dec 2006)
New Revision: 20894

Added:
   public/yanel/trunk/src/contributions/resources/nutch/conf/nutch-local.xml.template
Log:
template added

Added: public/yanel/trunk/src/contributions/resources/nutch/conf/nutch-local.xml.template
===================================================================
--- public/yanel/trunk/src/contributions/resources/nutch/conf/nutch-local.xml.template	2006-12-15 11:33:30 UTC (rev 20893)
+++ public/yanel/trunk/src/contributions/resources/nutch/conf/nutch-local.xml.template	2006-12-15 11:35:22 UTC (rev 20894)
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<configuration>
+
+  <property>
+    <name>searcher.dir</name>
+    <value>/home/USER/nutch-0.8.x/crawl</value>
+    <description>
+    Path to root of crawl.  This directory is searched (in
+    order) for either the file search-servers.txt, containing a list of
+    distributed search servers, or the directory "index" containing
+    merged indexes, or the directory "segments" containing segment
+    indexes.
+    </description>
+  </property>
+  
+  <property>
+    <name>plugin.includes</name> 
+     <value>nutch-extensionpoints|protocol-file|protocol-http|ontology|languageidentifier|analysis-(fr|en|de)|urlfilter-regex|parse-(text|pdf|mspowerpoint|msword|msexcel|rtf|rss|html|zip)|index-basic|query-(basic|site|url)|lib-jakarta-poi|lib-lucene-analyzers|scoring-opic</value>
+  </property>
+  
+  <property>
+    <name>extension.ontology.extension-name</name>
+    <value>org.apache.nutch.ontology.jena.OntologyImpl</value>
+    <description>Loads the Ontology plugin</description>
+  </property>
+  
+  <property>
+    <name>extension.ontology.urls</name>
+    <value>file:/home/USER/src/yanel/trunk/src/contributions/resources/nutch/conf/synonymously.owl</value>
+    <description>Shows the owl file (synonymously map)</description>
+  </property>
+</configuration>




More information about the Yanel-commits mailing list