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/04/10 21:10:10 UTC

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

Author: andy
Date: Wed Apr 10 19:10:10 2013
New Revision: 1466628

URL: http://svn.apache.org/r1466628
Log:
Headings

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=1466628&r1=1466627&r2=1466628&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Wed Apr 10 19:10:10 2013
@@ -50,14 +50,14 @@ properties work with.  When data is adde
 description caus an entry to be added from analysed text from the triple
 object and mapping to the subject.
 
-### Pattern A -- RDF data
+### Pattern A – RDF data
 
 In this pattern, the data in the text index is indexing literals in the RDF data.  
 Additions to the RDF data are reflected in additions to the index.
 
 (Deletes do not remove text index netries - [see below](#deletion))
 
-### Pattern B -- External content
+### Pattern B – External content
 
 There is no requirement that the text data indexed is present in the RDF
 data.  As long as the index contains the index text documents to match the
@@ -113,7 +113,7 @@ The property URI is only necessary if mu
 The query execution does not know the selectivity of the text index.  It is
 better to use one of two styles.
 
-### Query pattern 1 : Find in the text index and enhance results
+#### Query pattern 1 – Find in the text index and enhance results
 
 Access to the index is first in the query and used to find a number of
 items of interest; further information is obtained about these items from
@@ -128,7 +128,7 @@ the RDF data.
 Limit is useful here when working with large indexes to limit results to the
 more higher scoring results.
 
-### Query pattern 2 : Filter 
+#### Query pattern 2 – Filter 
 
 By finding items of interest first in the RDF data, the text search can be
 used to restrict the items found stil further.