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 2015/06/01 17:57:41 UTC

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

Author: andy
Date: Mon Jun  1 15:57:40 2015
New Revision: 1682941

URL: http://svn.apache.org/r1682941
Log:
Change to provoke aligning to CMS

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=1682941&r1=1682940&r2=1682941&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/text-query.mdtext (original)
+++ jena/site/trunk/content/documentation/query/text-query.mdtext Mon Jun  1 15:57:40 2015
@@ -271,7 +271,9 @@ for details of what these analyzers do.
 In addition, Jena provides `LowerCaseKeywordAnalyzer`,
 which is a case-insensitive version of `KeywordAnalyzer`.
 
-New in Jena 2.13.0 is the optional ability to specify an analyzer to be used for the
+New in Jena 2.13.0:
+
+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 `TextIndexLucene` resource: