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 2014/09/04 10:35:51 UTC

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

Author: buildbot
Date: Thu Sep  4 08:35:51 2014
New Revision: 921206

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 Thu Sep  4 08:35:51 2014
@@ -1 +1 @@
-1622278
+1622416

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 Thu Sep  4 08:35:51 2014
@@ -176,7 +176,7 @@ the actual label.  More details are give
 <li><a href="#query-with-sparql">Query with SPARQL</a></li>
 <li><a href="#configuration">Configuration</a><ul>
 <li><a href="#text-dataset-assembler">Text Dataset Assembler</a></li>
-<li><a href="#text-configuring-an-analyzer">Configuring an analyzer</a></li>
+<li><a href="#configuring-an-analyzer">Configuring an analyzer</a></li>
 <li><a href="#configuration-by-code">Configuration by Code</a></li>
 <li><a href="#graph-specific-indexing">Graph-specific Indexing</a></li>
 </ul>
@@ -400,6 +400,11 @@ using a <code>StandardAnalyzer</code> wi
 <p>Other analyzer types that may be specified are <code>SimpleAnalyzer</code> and <code>KeywordAnalyzer</code>, 
 neither of which has any configuration parameters.  See the Lucene documentation
 for details of what these analyzers do.</p>
+<p>Other analyzer types that may be specified are <code>SimpleAnalyzer</code> and <code>KeywordAnalyzer</code>,
+neither of which has any configuration parameters. See the Lucene documentation
+for details of what these analyzers do. 
+In addition, Jena provides <code>LowerCaseKeywordAnalyzer</code>,
+which is a case-insensitive version of <code>KeywordAnalyzer</code>.</p>
 <h3 id="configuration-by-code">Configuration by Code</h3>
 <p>A text dataset can also be constructed in code as might be done for a
 purely in-memory setup:</p>