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 2019/02/22 21:01:21 UTC

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

Author: buildbot
Date: Fri Feb 22 21:01:21 2019
New Revision: 1040791

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 Fri Feb 22 21:01:21 2019
@@ -1 +1 @@
-1852425
+1854173

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 Fri Feb 22 21:01:21 2019
@@ -164,7 +164,43 @@ h2:hover > .headerlink, h3:hover > .head
 <a href="https://lucene.apache.org">Lucene</a> 6.4.1 or
 <a href="https://www.elastic.co">ElasticSearch</a> 5.2.1 (which is built on
 Lucene). It gives applications the ability to perform indexed full text
-searches within SPARQL queries.</p>
+searches within SPARQL queries. Here is a compatibility table:</p>
+<table class="table">
+<thead>
+<tr>
+<th>&nbsp;Jena&nbsp;</th>
+<th>&nbsp;Lucene&nbsp;</th>
+<th>&nbsp;Solr&nbsp;</th>
+<th>&nbsp;ElasticSearch&nbsp;</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+<td>upto 3.2.0</td>
+<td>5.x or 6.x</td>
+<td>5.x or 6.x</td>
+<td>not supported</td>
+</tr>
+<tr>
+<td>3.3.0 - 3.9.0</td>
+<td>6.4.x</td>
+<td>not supported</td>
+<td>5.2.2 - 5.2.13</td>
+</tr>
+<tr>
+<td>3.10.0</td>
+<td>7.4.0</td>
+<td>not supported</td>
+<td>6.4.2</td>
+</tr>
+<tr>
+<td>TBD</td>
+<td>7.5.x +</td>
+<td>not supported</td>
+<td>6.5.x +</td>
+</tr>
+</tbody>
+</table>
 <p>SPARQL allows the use of 
 <a href="https://www.w3.org/TR/2013/REC-sparql11-query-20130321/#func-regex">regex</a> 
 in <code>FILTER</code>s which is a test on a value retrieved earlier in the query