Author: rwesten
Date: Tue Feb 23 08:50:21 2016
New Revision: 1731807

URL: http://svn.apache.org/viewvc?rev=1731807&view=rev
Log:
minor: comments only

Modified:
    
stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties

Modified: 
stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties?rev=1731807&r1=1731806&r2=1731807&view=diff
==============================================================================
--- 
stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/indexing.properties
 Tue Feb 23 08:50:21 2016
@@ -144,6 +144,12 @@ entityScoreProvider=org.apache.stanbol.e
 # get indexed. This is typically used to filter entities by rdf:type, but can 
be used
 # for any URI property. See the default entityTypes.properties file for more 
information
 
+# ResourceUriFilter
+# 
+#entityProcessor=org.apache.stanbol.entityhub.indexing.core.processor.ResourceUriFilter,prefix:http://www.eample.org/
+# 
+# This allows to filter all resource that do not start with the configured 
prefix
+
 # LdpathProcessor
 # 
 # This allows to use simple LDpath statements to process entities. Such as 
mapping
@@ -172,6 +178,18 @@ entityScoreProvider=org.apache.stanbol.e
 #   FiledMapperProcessor. Otherwise such values will NOT be indexed!
 # 
org.apache.stanbol.entityhub.indexing.core.processor.LdpathProcessor,ldpath:ldpath-mapping.txt,append:true
 
+# GeonamesUriProcessor
+#
+# A typical case is that geonames URIs are missing the tailing '/'. This 
processor
+# will search for geonames URIs and correct them.
+# org.apache.stanbol.entityhub.indexing.core.processor.GeonamesUriProcessor
+
+# WikipediaToDBPediaUriProcessor
+#
+# This processor will rewrite Wikipedia URIs to DBPedia URIs
+# (e.g. "http://de.wikipedia.org/wiki/Hawaii"; to 
"http://de.dbpedia.org/resource/Hawaii";
+# 
org.apache.stanbol.entityhub.indexing.core.processor.WikipediaToDBPediaUriProcessor
+
 # EmptyProcessor
 #
 
#entityProcessor=org.apache.stanbol.entityhub.indexing.core.processor.EmptyProcessor


Reply via email to