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 2013/06/24 15:02:31 UTC

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

Author: buildbot
Date: Mon Jun 24 13:02:31 2013
New Revision: 867218

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 Mon Jun 24 13:02:31 2013
@@ -1 +1 @@
-1496011
+1496017

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 Mon Jun 24 13:02:31 2013
@@ -186,7 +186,7 @@ the actual label.  More details are give
 <li><a href="#architecture">Architecture</a></li>
 <li><a href="#query-with-sparql">Query with SPARQL</a></li>
 <li><a href="#configuration">Configuration</a><ul>
-<li><a href="#text-dataset-assember">Text Dataset Assembler</a></li>
+<li><a href="#text-dataset-assembler">Text Dataset Assembler</a></li>
 <li><a href="#configuration-by-code">Configuration by Code</a></li>
 </ul>
 </li>
@@ -424,7 +424,7 @@ The index and the dataset can be built u
 steps: first load the RDF data, second create an index from the existing
 RDF dataset.</p>
 <p>Build the TDB dataset:</p>
-<div class="codehilite"><pre>java -cp <span class="p">$</span><span class="nv">FUSEKI_HOME</span>/fuseki-server.jar tdb.tdbloader --tdb=<span class="nt">&lt;i&gt;</span>assembler_file<span class="nt">&lt;/i&gt;</span> data_file
+<div class="codehilite"><pre><span class="n">java</span> <span class="o">-</span><span class="n">cp</span> $<span class="n">FUSEKI_HOME</span><span class="o">/</span><span class="n">fuseki</span><span class="o">-</span><span class="n">server</span><span class="p">.</span><span class="n">jar</span> <span class="n">tdb</span><span class="p">.</span><span class="n">tdbloader</span> <span class="o">--</span><span class="n">tdb</span><span class="p">=</span><span class="n">assembler_file</span> <span class="n">data_file</span>
 </pre></div>