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

svn commit: r1742221 - /jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md

Author: chetanm
Date: Wed May  4 07:43:41 2016
New Revision: 1742221

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

Add type `String` to list of supported types

Modified:
    jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md

Modified: jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md?rev=1742221&r1=1742220&r2=1742221&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/markdown/query/lucene.md Wed May  4 07:43:41 2016
@@ -340,9 +340,9 @@ ordered
   Refer to [Lucene based Sorting][OAK-2196] for more details
 
 type
-: JCR Property type. Can be one of `Date`, `Boolean`, `Double` or `Long`. Mostly
+: JCR Property type. Can be one of `Date`, `Boolean`, `Double` , `String` or `Long`. 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
+  type is not used consistently across various nodes then it would recommended
    to specify the type explicitly.
    
 propertyIndex