You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/06/25 16:40:46 UTC

svn commit: r1496492 - /jena/trunk/jena-fuseki/config-tdb-text.ttl

Author: andy
Date: Tue Jun 25 14:40:45 2013
New Revision: 1496492

URL: http://svn.apache.org/r1496492
Log:
Union default graph off in example

Modified:
    jena/trunk/jena-fuseki/config-tdb-text.ttl

Modified: jena/trunk/jena-fuseki/config-tdb-text.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-fuseki/config-tdb-text.ttl?rev=1496492&r1=1496491&r2=1496492&view=diff
==============================================================================
--- jena/trunk/jena-fuseki/config-tdb-text.ttl (original)
+++ jena/trunk/jena-fuseki/config-tdb-text.ttl Tue Jun 25 14:40:45 2013
@@ -53,7 +53,7 @@ text:TextIndexLucene  rdfs:subClassOf   
 
 <#dataset> rdf:type      tdb:DatasetTDB ;
     tdb:location "DB" ;
-    tdb:unionDefaultGraph true ;
+    ##tdb:unionDefaultGraph true ;
     .
 
 <#indexSolr> a text:TextIndexSolr ;
@@ -70,7 +70,7 @@ text:TextIndexLucene  rdfs:subClassOf   
 
 <#entMap> a text:EntityMap ;
     text:entityField      "uri" ;
-    text:defaultField       "text" ;        ## Should be defined in the text:map.
+    text:defaultField     "text" ;        ## Should be defined in the text:map.
     text:map (
          # rdfs:label            
          [ text:field "text" ; text:predicate rdfs:label ]