Author: andy
Date: Fri Jun 7 14:32:22 2013
New Revision: 1490664
URL: http://svn.apache.org/r1490664
Log:
Add jena-text, remove LARQ from navigation
Modified:
jena/site/trunk/content/documentation/index.mdtext
jena/site/trunk/content/documentation/larq/index.mdtext
jena/site/trunk/templates/sidenav.mdtext
Modified: jena/site/trunk/content/documentation/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/index.mdtext?rev=1490664&r1=1490663&r2=1490664&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/index.mdtext (original)
+++ jena/site/trunk/content/documentation/index.mdtext Fri Jun 7 14:32:22 2013
@@ -12,11 +12,11 @@ sections.
* [Assembler](./assembler/) - describing recipes for constructing Jena models
declaratively using RDF
* [Inference](./inference/) - using the Jena rules engine and other inference
algorithms to derive consequences from RDF models
* [Javadoc](./javadoc/) - JavaDoc generated from the Jena source
-* [LARQ](./larq/) - enhanced indexes using Lucene for more efficient searching
of text literals in Jena models
+* [Text Search](./query/text-query.html/) - enhanced indexes using Lucene or
Solr for more efficient searching of text literals in Jena models and datasets.
* [I/O](./io/) - notes on input and output of triples to and from Jena models
* [How-To's](./notes/) - various topic-specific how-to documents
* [Ontology](./ontology/) - support for handling OWL models in Jena
-* [TDB](./tdb/) - a fast persistent triple store that stores directly to disk
without requiring a relational store
+* [TDB](./tdb/) - a fast persistent triple store that stores directly to disk
* [SQL DB](./sdb/) - constructing persistent Jena models using SQL databases
as the storage layer
* [Tools](./tools/) - various command-line tools and utilities to help
developers manage RDF data and other aspects of Jena
Modified: jena/site/trunk/content/documentation/larq/index.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/larq/index.mdtext?rev=1490664&r1=1490663&r2=1490664&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/larq/index.mdtext (original)
+++ jena/site/trunk/content/documentation/larq/index.mdtext Fri Jun 7 14:32:22
2013
@@ -1,5 +1,13 @@
Title: LARQ - adding free text searches to SPARQL
+**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
+as a shared, search server, or Apache Lucene as a local text index.
+From Fuseki 0.2.7, jena-text is built into Fuseki.
+
+<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.
Some example code is available here:
[https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/](https://svn.apache.org/repos/asf/jena/trunk/jena-larq/src/test/java/org/apache/jena/larq/examples/).
Modified: jena/site/trunk/templates/sidenav.mdtext
URL:
http://svn.apache.org/viewvc/jena/site/trunk/templates/sidenav.mdtext?rev=1490664&r1=1490663&r2=1490664&view=diff
==============================================================================
--- jena/site/trunk/templates/sidenav.mdtext (original)
+++ jena/site/trunk/templates/sidenav.mdtext Fri Jun 7 14:32:22 2013
@@ -45,6 +45,7 @@
- [SPARQL (ARQ)](/documentation/query/index.html)
- [Application API](/documentation/query/app_api.html)
- [Command line utilities](/documentation/query/cmds.html)
+ - [Text Search](/documentation/query/text-query.html)
- [TDB](/documentation/tdb/index.html)
- [API for Transactions](/documentation/tdb/tdb_transactions.html)
- [Dataset Assembler](/documentation/tdb/assembler.html)
@@ -55,7 +56,6 @@
- [Assembler how-to](/documentation/assembler/assembler-howto.html)
- [Inside assemblers](/documentation/assembler/inside-assemblers.html)
- [SDB](/documentation/sdb/index.html)
- - [LARQ: Free Text Search](/documentation/larq/index.html)
- [Notes](/documentation/notes/index.html)
- [Concurrency how-to](/documentation/notes/concurrency-howto.html)
- [Event handler how-to](/documentation/notes/event-handler-howto.html)