You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/05/18 13:23:32 UTC

svn commit: r1484091 - /jena/site/trunk/content/documentation/query/cmds.mdtext

Author: andy
Date: Sat May 18 11:23:31 2013
New Revision: 1484091

URL: http://svn.apache.org/r1484091
Log:
CMS commit to jena by andy

Modified:
    jena/site/trunk/content/documentation/query/cmds.mdtext

Modified: jena/site/trunk/content/documentation/query/cmds.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/cmds.mdtext?rev=1484091&r1=1484090&r2=1484091&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/cmds.mdtext (original)
+++ jena/site/trunk/content/documentation/query/cmds.mdtext Sat May 18 11:23:31 2013
@@ -32,13 +32,6 @@ checking these scripts are suitable.
 -   [`arq.qexpr`](#arqqexpr) : evaluate and print an
     expression.
 
--   [`arq.larqbuilder`](#arqlarqbuilder) : Update a
-    LARQ/Lucene index
-
--   [`arq.larq`](#arqlarq) : Query a LARQ/Lucene
-    index
-
-
 All commands have a `--help` command for a summary of the
 arguments.
 
@@ -134,23 +127,3 @@ Execute a request on a remote SPARQL end
 -   `--results FORMAT` : Write results in specified format. Does
     not change the request to the server which is always for an XML
     form.
-
-### `arq.larqbuilder`
-
-Build or update a [LARQ index](/documentation/larq/). If a dataset is
-given to the command, all graphs are indexed. if a single graph is
-given to the command, that graph is indexed.
-
--   `--larq` : Name of the directory for the Lucene index files.
--   `--subjects` : By default literals are indexed against the
-    literal RDF node ([pattern 1](cmds.html#lPattern_1)). Using this
-    argument cause the subject RDF terms to be indexed
-    ([pattern 2](cmds.html#lPattern_2)).
--   Dataset description using `--data FILE` or `--desc.`
-
-### `arq.larq`
-
-Issue a Lucene query and print the nodes found (objects or subjects
-as appropriate).
-
--   `--larq` : Name of the directory for the Lucene index files.