Author: rwesten
Date: Thu Oct 11 13:04:42 2012
New Revision: 1397030

URL: http://svn.apache.org/viewvc?rev=1397030&view=rev
Log:
STANBOL-765; added reference to this issue in the inline documentation of the 
indexing.properties file

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=1397030&r1=1397029&r2=1397030&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
 Thu Oct 11 13:04:42 2012
@@ -46,6 +46,11 @@ Synchronized=true
 # use the Jena TDB as source for indexing the RDF data located within
 # "indexing/resource/rdfdata"
 
entityDataIterable=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfdata
+
+#NOTE: if you want to index Bnodes you need to activate the bnode parameter
+#  see STANBOL-765 for details (and documentation)
+#entityDataIterable=org.apache.stanbol.entityhub.indexing.source.jenatdb.RdfIndexingSource,source:rdfdata,bnode:true
+
 # The EntityScore Provider needs to provide the scores for indexed entities
 # use the NoEntityScoreProvider if no scores are available
 
entityScoreProvider=org.apache.stanbol.entityhub.indexing.core.source.NoEntityScoreProvider


Reply via email to