Author: andy
Date: Fri Jun 7 14:35:30 2013
New Revision: 1490665
URL: http://svn.apache.org/r1490665
Log:
Note incompatibility of jena-text and LARQ
Modified:
jena/site/trunk/content/documentation/larq/index.mdtext
Modified: jena/site/trunk/content/documentation/larq/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/larq/index.mdtext?rev=1490665&r1=1490664&r2=1490665&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/larq/index.mdtext (original)
+++ jena/site/trunk/content/documentation/larq/index.mdtext Fri Jun 7 14:35:30
2013
@@ -2,10 +2,13 @@ Title: LARQ - adding free text searches
**As of Jena 2.10.2, LARQ is replaced by
[jena-text](../query/text-query.html)**
- [jena-text](../query/text-query.html) includes use of Apache Solr
+[jena-text](../query/text-query.html) includes use of Apache Solr
as a shared, search server, or Apache Lucene as a local text index.
From Fuseki 0.2.7, jena-text is built into Fuseki.
+LARQ is no compatible with jena-text; the idnex format has chnaged and the
+integration with SPARQL is different.
+
<hr/>
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.