Author: ogrisel
Date: Wed Jun  1 13:48:02 2011
New Revision: 1130153

URL: http://svn.apache.org/viewvc?rev=1130153&view=rev
Log:
fix typo introduced during last checkin

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

Modified: 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties?rev=1130153&r1=1130152&r2=1130153&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/indexing.properties
 Wed Jun  1 13:48:02 2011
@@ -19,7 +19,7 @@ entityIdIterator=org.apache.stanbol.enti
 #  - taking the natural logarithm and
 #  - normalising the result to the range [0..1]
 # For this we need three Score
-#  - MinScoreNormalizer: for configuration see 
"minincoming.properties.properties"
+#  - MinScoreNormalizer: for configuration see "minincoming.properties"
 #  - NaturalLogNormaliser: no configuration required
 #  - RangeNormaliser: for configuration see "scoreRange.properties"
 
scoreNormalizer=org.apache.stanbol.entityhub.indexing.core.normaliser.RangeNormaliser,config:scoreRange;org.apache.stanbol.entityhub.indexing.core.normaliser.NaturalLogNormaliser;org.apache.stanbol.entityhub.indexing.core.normaliser.MinScoreNormalizer,config:minincoming
@@ -33,4 +33,4 @@ fieldConfiguration=mappings.txt
 
 # Finally we need a destination to store the data
 # Note also the configured fieldBoosts.properties
-indexingDestination=org.apache.stanbol.entityhub.indexing.destination.solryard.SolrYardIndexingDestination,solrConf,boosts:fieldBoosts
\ No newline at end of file
+indexingDestination=org.apache.stanbol.entityhub.indexing.destination.solryard.SolrYardIndexingDestination,solrConf,boosts:fieldBoosts


Reply via email to