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

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

Author: buildbot
Date: Wed Apr 10 19:10:21 2013
New Revision: 858023

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 Wed Apr 10 19:10:21 2013
@@ -1 +1 @@
-1466573
+1466628

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 Wed Apr 10 19:10:21 2013
@@ -198,11 +198,11 @@ or
 properties work with.  When data is added, any properties matching the
 description caus an entry to be added from analysed text from the triple
 object and mapping to the subject.</p>
-<h3 id="pattern-a-rdf-data">Pattern A -- RDF data</h3>
+<h3 id="pattern-a-wzxhzdk11-rdf-data">Pattern A &ndash; RDF data</h3>
 <p>In this pattern, the data in the text index is indexing literals in the RDF data.<br />
 Additions to the RDF data are reflected in additions to the index.</p>
 <p>(Deletes do not remove text index netries - <a href="#deletion">see below</a>)</p>
-<h3 id="pattern-b-external-content">Pattern B -- External content</h3>
+<h3 id="pattern-b-wzxhzdk12-external-content">Pattern B &ndash; External content</h3>
 <p>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
 index description, then text search can be performed.</p>
@@ -265,7 +265,7 @@ surrounding <code>( )</code> can be omit
 <h3 id="good-practice">Good practice</h3>
 <p>The query execution does not know the selectivity of the text index.  It is
 better to use one of two styles.</p>
-<h3 id="query-pattern-1-find-in-the-text-index-and-enhance-results">Query pattern 1 : Find in the text index and enhance results</h3>
+<h4 id="query-pattern-1-wzxhzdk13-find-in-the-text-index-and-enhance-results">Query pattern 1 &ndash; Find in the text index and enhance results</h4>
 <p>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
 the RDF data.</p>
@@ -279,7 +279,7 @@ the RDF data.</p>
 
 <p>Limit is useful here when working with large indexes to limit results to the
 more higher scoring results.</p>
-<h3 id="query-pattern-2-filter">Query pattern 2 : Filter</h3>
+<h4 id="query-pattern-2-wzxhzdk14-filter">Query pattern 2 &ndash; Filter</h4>
 <p>By finding items of interest first in the RDF data, the text search can be
 used to restrict the items found stil further.</p>
 <div class="codehilite"><pre><span class="n">SELECT</span> <span class="p">?</span><span class="n">s</span>