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/06/09 03:58:47 UTC

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

Author: chetanm
Date: Thu Jun  9 03:58:47 2016
New Revision: 1747488

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

Add note that ordered cannot be enabled for multi value property

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=1747488&r1=1747487&r2=1747488&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 Thu Jun  9 03:58:47 2016
@@ -337,7 +337,9 @@ ordered
     * _//element(*, app:Asset)[jcr:contains(type, 'image')] order by
     jcr:content/@jcr:lastModified_
 
-  Refer to [Lucene based Sorting][OAK-2196] for more details
+  Refer to [Lucene based Sorting][OAK-2196] for more details. Note that this is 
+  only supported for single value property. Enabling this on multi value property
+  would cause indexing to fail.
 
 type
 : JCR Property type. Can be one of `Date`, `Boolean`, `Double` , `String` or `Long`. Mostly