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/11/27 11:40:29 UTC

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

Author: andy
Date: Thu Nov 27 10:40:28 2014
New Revision: 1642081

URL: http://svn.apache.org/r1642081
Log:
Note on updating the text index via Fuseki

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=1642081&r1=1642080&r2=1642081&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Thu Nov 27 10:40:28 2014
@@ -343,7 +343,6 @@ The Fuseki configuration simply points t
         fuseki:dataset                  :text_dataset ;
         .
 
-
 ## Building a Text Index
 
 When working at scale, or when preparing a published, read-only, SPARQL
@@ -377,7 +376,14 @@ Because a Fuseki assembler description c
 and several text indexes, it may be necessary to extract a single dataset and index description
 into a separate assembler file for use in loading.
 
-## Deletion  of Indexed Entities
+#### Updating the index
+
+If you allow updates to the dataset through Fuseki, the configured index
+will automatically be updated on every modification.  This means that you
+do not have to run the above mentioned `jena.textindexer` after updates,
+only when you want to rebuild the index from scratch.
+
+## Deletion of Indexed Entities
 
 If the text index is being maintain by changed to the RDF, then deletion of
 RDF triple or quads does not cause entries in the index to be removed.  The