Clone URL (Committers only): https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext
Bart van Leeuwen Index: trunk/content/documentation/query/text-query.mdtext =================================================================== --- trunk/content/documentation/query/text-query.mdtext (revision 1641730) +++ trunk/content/documentation/query/text-query.mdtext (working copy) @@ -377,6 +377,12 @@ 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. +## 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. + ## Deletion of Indexed Entities If the text index is being maintain by changed to the RDF, then deletion of
