You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2013/04/10 19:13:54 UTC

svn commit: r858014 - in /websites/staging/jena/trunk/content: ./ documentation/query/text-query.html

Author: buildbot
Date: Wed Apr 10 17:13:54 2013
New Revision: 858014

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/documentation/query/text-query.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Apr 10 17:13:54 2013
@@ -1 +1 @@
-1466571
+1466572

Modified: websites/staging/jena/trunk/content/documentation/query/text-query.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/text-query.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/text-query.html Wed Apr 10 17:13:54 2013
@@ -164,9 +164,6 @@ accessing the RDF graph.</p>
 same-machine text index, or <a href="http://lucene.apache.org/solr/">Apache Solr</a>
 for a large scale enterprise search application.</p>
 <p>Some example code is <a href="https://svn.apache.org/repos/asf/jena/Experimental/jena-text/src/main/java/examples/">available here</a>. @temporary location@</p>
-<p>The desig is modular. The current text indexes supported are 
-<a href="http://lucene.apache.org/core/">Apache Lucene, v4</a>
-and <a href="http://lucene.apache.org/solr/">ApacheSolr, v4</a>.</p>
 <p><em>Illustration</em></p>
 <p>This query makes a text query for 'word' on a specific property
 (the index needs to correctly configured) and limits the output
@@ -182,6 +179,7 @@ the actual label.  More details are give
 </pre></div>
 
 
+<h2 id="table-of-contents">Table of Contents</h2>
 <ul>
 <li><a href="#architecture">Architecture</a></li>
 <li><a href="#with-with-sparql">Query with SPARQL</a></li>