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 2015/06/01 17:58:02 UTC

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

Author: buildbot
Date: Mon Jun  1 15:58:02 2015
New Revision: 953440

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 Mon Jun  1 15:58:02 2015
@@ -1 +1 @@
-1680387
+1682941

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 Mon Jun  1 15:58:02 2015
@@ -402,7 +402,8 @@ neither of which has any configuration p
 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>
-<p>New in Jena 2.13.0 is the optional ability to specify an analyzer to be used for the
+<p>New in Jena 2.13.0:</p>
+<p>There is an ability to specify an analyzer to be used for the
 query string itself.  It will find terms in the query text.  If not set, then the
 analyzer used for the document will be used.  The query analyzer is specified on
 the <code>TextIndexLucene</code> resource:</p>