You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ch...@apache.org on 2016/05/04 09:43:16 UTC

svn commit: r1742220 - /jackrabbit/site/live/oak/docs/query/lucene.html

Author: chetanm
Date: Wed May  4 07:43:15 2016
New Revision: 1742220

URL: http://svn.apache.org/viewvc?rev=1742220&view=rev
Log:
OAK-301: Oak docu

Add type `String` to list of supported types

Modified:
    jackrabbit/site/live/oak/docs/query/lucene.html

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1742220&r1=1742219&r2=1742220&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Wed May  4 07:43:15 2016
@@ -1,13 +1,13 @@
 <!DOCTYPE html>
 <!--
- | Generated by Apache Maven Doxia at 2016-05-03
+ | Generated by Apache Maven Doxia at 2016-05-04
  | Rendered using Apache Maven Fluido Skin 1.3.0
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20160503" />
+    <meta name="Date-Revision-yyyymmdd" content="20160504" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Jackrabbit Oak - Lucene Index</title>
     <link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -213,7 +213,7 @@
         <ul class="breadcrumb">
                 
                     
-                  <li id="publishDate">Last Published: 2016-05-03</li>
+                  <li id="publishDate">Last Published: 2016-05-04</li>
                   <li class="divider">|</li> <li id="projectVersion">Version: 1.6-SNAPSHOT</li>
                       
                 
@@ -777,7 +777,7 @@
 
 <dl>
 <dt>type</dt>
-<dd>JCR Property type. Can be one of <tt>Date</tt>, <tt>Boolean</tt>, <tt>Double</tt> or <tt>Long</tt>. Mostly  inferred from the indexed value. However in some cases where same property  type is not used consistently across various nodes then it would recommened  to specify the type explicitly.</dd>
+<dd>JCR Property type. Can be one of <tt>Date</tt>, <tt>Boolean</tt>, <tt>Double</tt> , <tt>String</tt> or <tt>Long</tt>. Mostly  inferred from the indexed value. However in some cases where same property  type is not used consistently across various nodes then it would recommended  to specify the type explicitly.</dd>
 <dt>propertyIndex</dt>
 <dd>Whether the index for this property is used for equality conditions, ordering,  and is not null conditions.</dd>
 <dt>nullCheckEnabled</dt>