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 2014/03/04 11:51:24 UTC

svn commit: r1574025 - /jena/site/trunk/content/documentation/query/text-query.mdtext

Author: andy
Date: Tue Mar  4 10:51:24 2014
New Revision: 1574025

URL: http://svn.apache.org/r1574025
Log:
Editorial

Modified:
    jena/site/trunk/content/documentation/query/text-query.mdtext

Modified: jena/site/trunk/content/documentation/query/text-query.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/text-query.mdtext?rev=1574025&r1=1574024&r2=1574025&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Tue Mar  4 10:51:24 2014
@@ -78,7 +78,7 @@ URI naming the document is the result of
 dataset with the document metadata can be combined with accessing the
 content by URI.
 
-The maintence of the index is external to the RDF data store.
+The maintenance of the index is external to the RDF data store.
 
 ### External applications
 
@@ -145,7 +145,7 @@ used to restrict the items found still f
 
     SELECT ?s
     { ?s rdf:type     :book ;
-         dc:createor  "John" .
+         dc:creator  "John" .
       ?s text:query   (dc:title 'word') ; 
     }
 
@@ -193,7 +193,7 @@ The following is an example of a TDB dat
     # Lucene index
     text:TextIndexLucene  rdfs:subClassOf   text:TextIndex .
     # Solr index
-    text:TextIndexSolrne  rdfs:subClassOf   text:TextIndex .
+    text:TextIndexSolr    rdfs:subClassOf   text:TextIndex .
 
     ## ---------------------------------------------------------------
     ## This URI must be fixed - it's used to assemble the text dataset.