You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/08/08 21:58:35 UTC

svn commit: r1512007 - /jena/site/trunk/content/documentation/query/text-query.mdtext

Author: rvesse
Date: Thu Aug  8 19:58:34 2013
New Revision: 1512007

URL: http://svn.apache.org/r1512007
Log:
Note that building a TDB dataset is not necessary if you have an existing one

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=1512007&r1=1512006&r2=1512007&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Thu Aug  8 19:58:34 2013
@@ -280,16 +280,24 @@ The index and the dataset can be built u
 steps: first load the RDF data, second create an index from the existing
 RDF dataset.
 
+### Step 1 - Building a TDB dataset
+
+**Note:** If you have an existing TDB dataset then you can skip this step
+
 Build the TDB dataset:
 
     java -cp $FUSEKI_HOME/fuseki-server.jar tdb.tdbloader --tdb=assembler_file data_file
 
-using the copy of TDB included with Fuseki.  Alternatively, use one of the
-[TDB utilities](../tdb/commands.html) `tdbloader` or `tdbloader2`:
+using the copy of TDB included with Fuseki.
+
+Alternatively, use one of the
+[TDB utilities](../tdb/commands.html) `tdbloader` or `tdbloader2` which are better for bulk loading:
 
     $JENA_HOME/bin/tdbloader --loc=directory  data_file
 
-then build the text index with the `jena.textindexer`:
+### Step 2 - Build the Text Index
+
+You can then build the text index with the `jena.textindexer` tool:
 
     java -cp $FUSEKI_HOME/fuseki-server.jar jena.textindexer --desc=assembler_file