Author: ogrisel
Date: Wed Sep 21 14:54:23 2011
New Revision: 1173692

URL: http://svn.apache.org/viewvc?rev=1173692&view=rev
Log:
do not filter out languages for the DBpedia indexer and more comments for the 
others

Modified:
    
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
    
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt
    
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt

Modified: 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt?rev=1173692&r1=1173691&r2=1173692&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/dblp/src/main/resources/indexing/config/mappings.txt
 Wed Sep 21 14:54:23 2011
@@ -14,7 +14,9 @@
 # limitations under the License.
 
 # --- Define the Languages for all fields ---
-# all languages
+# Uncomment to restrict indexing to a specific list of languages, otherwise all
+# languages are indexed
+#| @=null;en;de;fr;it
 
 # --- RDF RDFS and OWL Mappings ---
 rdfs:label 

Modified: 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt?rev=1173692&r1=1173691&r2=1173692&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/dbpedia/src/main/resources/indexing/config/mappings.txt
 Wed Sep 21 14:54:23 2011
@@ -14,7 +14,9 @@
 # limitations under the License.
 
 # --- Define the Languages for all fields ---
-| @=null;en;de;fr;it
+# Uncomment to restrict indexing to a specific list of languages, otherwise all
+# languages are indexed
+#| @=null;en;de;fr;it
 
 # --- RDF, RDFS and OWL Mappings ---
 rdfs:label | d=entityhub:text

Modified: 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt?rev=1173692&r1=1173691&r2=1173692&view=diff
==============================================================================
--- 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
 (original)
+++ 
incubator/stanbol/trunk/entityhub/indexing/genericrdf/src/main/resources/indexing/config/mappings.txt
 Wed Sep 21 14:54:23 2011
@@ -23,7 +23,10 @@
 
 #NOTE: null is used to import labels with no specified language
 
-# to import all languages leave this empty
+# --- Define the Languages for all fields ---
+# Uncomment to restrict indexing to a specific list of languages, otherwise all
+# languages are indexed
+#| @=null;en;de;fr;it
 
 # --- RDF RDFS and OWL Mappings ---
 # This configuration only index properties that are typically used to store


Reply via email to