You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by bu...@apache.org on 2013/11/08 17:46:32 UTC

svn commit: r885897 [3/3] - in /websites/staging/marmotta/trunk/content: ./ apidocs/packages dependencies.html kiwi/sparql.html

Modified: websites/staging/marmotta/trunk/content/kiwi/sparql.html
==============================================================================
--- websites/staging/marmotta/trunk/content/kiwi/sparql.html (original)
+++ websites/staging/marmotta/trunk/content/kiwi/sparql.html Fri Nov  8 16:46:32 2013
@@ -376,7 +376,7 @@
   
 <li><tt>fulltext-search(text, query, [language])</tt>: searches &#x201c;text&#x201d; for the words occurring in &#x201c;query&#x201d;, optionally applying  the language-specific processing for the given language; query is a simple text literal (list of words) without any  boolean connectors; words are AND connected, i.e. all words have to be found in the text for a successful match</li>
   
-<li><tt>fulltext-query(text, query, [language])</tt>: searches &#x201c;text&#x201d; using the boolean query string passed in &#x201c;query&#x201d;, optionally  applying language-specific processing for the given language; query is a boolean query string following the  <a href="">syntax used by PostgreSQL</a><a class="externalLink" href="http://www.postgresql.org/docs/9.3/static/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES">http://www.postgresql.org/docs/9.3/static/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES</a>)</li>
+<li><tt>fulltext-query(text, query, [language])</tt>: searches &#x201c;text&#x201d; using the boolean query string passed in &#x201c;query&#x201d;, optionally  applying language-specific processing for the given language; query is a boolean query string following the  <a class="externalLink" href="http://www.postgresql.org/docs/9.3/static/textsearch-controls.html#TEXTSEARCH-PARSING-QUERIES">syntax used by PostgreSQL</a></li>
 </ul>
 <p>Note that full-text search is only available when using backend databases that support this functionality (currently only PostgreSQL and MySQL). Only PostgreSQL has real support for language specific processing. Also note that performance heavily depends on the availability of an appropriate full-text index in the database. The KiWi SPARQL module will automatically create full-text indexes for the languages configured in the KiWiConfiguration used for creating the triple store.</p>
 <p>The following example searches for the word &#x201c;software&#x201d; occurring in the dc:description field of the resource using the literal language of dc:description:</p>