Author: codeferret
Date: Fri Feb 22 21:00:23 2019
New Revision: 1854173
URL: http://svn.apache.org/viewvc?rev=1854173&view=rev
Log:
updates for [email protected],
https://cms.apache.org/redirect?new=anonymous;action=diff;uri=http://jena.apache.org/documentation%2Fquery%2Ftext-query.mdtext;
and [email protected], users@jena,apache.org, 5 Feb 2019
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=1854173&r1=1854172&r2=1854173&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Fri Feb 22
21:00:23 2019
@@ -4,7 +4,14 @@ This extension to ARQ combines SPARQL an
[Lucene](https://lucene.apache.org) 6.4.1 or
[ElasticSearch](https://www.elastic.co) 5.2.1 (which is built on
Lucene). It gives applications the ability to perform indexed full text
-searches within SPARQL queries.
+searches within SPARQL queries. Here is a compatibility table:
+
+| Jena | Lucene | Solr |
ElasticSearch |
+|------------|-------|----------------|----------------|
+| upto 3.2.0 | 5.x or 6.x | 5.x or 6.x | not supported |
+| 3.3.0 - 3.9.0 | 6.4.x | not supported | 5.2.2 - 5.2.13 |
+| 3.10.0 | 7.4.0 | not supported | 6.4.2 |
+| TBD | 7.5.x + | not supported | 6.5.x + |
SPARQL allows the use of
[regex](https://www.w3.org/TR/2013/REC-sparql11-query-20130321/#func-regex)