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

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

Author: andy
Date: Thu Sep  4 08:35:31 2014
New Revision: 1622416

URL: http://svn.apache.org/r1622416
Log:
JENA-776 : LowerCaseKeywordAnalyzer

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=1622416&r1=1622415&r2=1622416&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Thu Sep  4 08:35:31 2014
@@ -37,7 +37,7 @@ the actual label.  More details are give
 -   [Query with SPARQL](#query-with-sparql)
 -   [Configuration](#configuration)
     -   [Text Dataset Assembler](#text-dataset-assembler)
-    -   [Configuring an analyzer](#text-configuring-an-analyzer)
+    -   [Configuring an analyzer](#configuring-an-analyzer)
     -   [Configuration by Code](#configuration-by-code)
     -   [Graph-specific Indexing](#graph-specific-indexing)
 - [Working with Fuseki](#working-with-fuseki)
@@ -268,6 +268,12 @@ Other analyzer types that may be specifi
 neither of which has any configuration parameters.  See the Lucene documentation
 for details of what these analyzers do.
 
+Other analyzer types that may be specified are `SimpleAnalyzer` and `KeywordAnalyzer`,
+neither of which has any configuration parameters. See the Lucene documentation
+for details of what these analyzers do. 
+In addition, Jena provides `LowerCaseKeywordAnalyzer`,
+which is a case-insensitive version of `KeywordAnalyzer`.
+
 ### Configuration by Code
 
 A text dataset can also be constructed in code as might be done for a