You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ca...@apache.org on 2011/10/10 00:45:05 UTC

svn commit: r1180739 - /incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Author: castagna
Date: Sun Oct  9 22:45:04 2011
New Revision: 1180739

URL: http://svn.apache.org/viewvc?rev=1180739&view=rev
Log: (empty)

Modified:
    incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext

Modified: incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext
URL: http://svn.apache.org/viewvc/incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext?rev=1180739&r1=1180738&r2=1180739&view=diff
==============================================================================
--- incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext (original)
+++ incubator/jena/site/trunk/content/jena/documentation/larq/index.mdtext Sun Oct  9 22:45:04 2011
@@ -28,7 +28,7 @@ LARQ can be used in other ways as well b
 
 There are many ways to use Lucene, which can be set up to handle particular features or languages. The creation of the index is done outside of the ARQ query system proper and only accessed at query time. LARQ includes some platform classes and also utility classes to create indexes on string literals for the use cases above. Indexing can be performed as the graph is read in, or to built from an existing graph.
 
-# Index Builders
+### Index Builders
 
 An index builder is a class to create a Lucene index from RDF data.
 
@@ -37,7 +37,7 @@ An index builder is a class to create a 
 
 Lucene has many ways to create indexes and the index builder classes do not attempt to provide all possible Lucene features. Applications may need to extend or modify the standard index builders provided by LARQ.
 
-# Index Creation
+### Index Creation
 
 An index can be built while reading RDF into a model: