Author: andy
Date: Fri Jun 7 13:51:40 2013
New Revision: 1490649
URL: http://svn.apache.org/r1490649
Log:
Updates related to intergation into trunk.
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=1490649&r1=1490648&r2=1490649&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Fri Jun 7
13:51:40 2013
@@ -1,5 +1,7 @@
Title: Text searches with SPARQL
+This module was first released with Jena 2.10.2.
+
This extension to ARQ combines SPARQL and text search.
It gives applications the ability to perform free text searches within
@@ -10,7 +12,9 @@ The text index can be either [Apache Luc
same-machine text index, or [Apache Solr](http://lucene.apache.org/solr/)
for a large scale enterprise search application.
-Some example code is [available
here](https://svn.apache.org/repos/asf/jena/Experimental/jena-text/src/main/java/examples/).
@temporary location@
+Some example code is [available
here](https://svn.apache.org/repos/asf/jena/trunk/jena-text/src/main/java/examples/).
+
+This module is not compatible with the much older LARQ module.
*Illustration*