You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2012/02/04 11:47:42 UTC

svn commit: r1240484 - /incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Author: castagna
Date: Sat Feb  4 10:47:41 2012
New Revision: 1240484

URL: http://svn.apache.org/viewvc?rev=1240484&view=rev
Log: (empty)

Modified:
    incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext?rev=1240484&r1=1240483&r2=1240484&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext Sat Feb  4 10:47:41 2012
@@ -1,9 +1,5 @@
 Title: LARQ - adding free text searches to SPARQL
 
-    WARNING: LARQ used to be included with ARQ, but we are making it a separate module. 
-    There are some changes coming, please, bear with us while things settle down. 
-    The old LARQ documentation is still available: http://openjena.org/ARQ/lucene-arq.html 
-
 LARQ is a combination of [ARQ](../query/index.html) and [Lucene](http://lucene.apache.org/java/docs/index.html). It gives users the ability to perform free text searches within their SPARQL queries. Lucene indexes are additional information for accessing the RDF graph, not storage for the graph itself.
 
 Some example code is available here: [https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/incubator/jena/Jena2/LARQ/trunk/src/test/java/org/apache/jena/larq/examples/).