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 2015/08/12 13:47:00 UTC

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

Author: chetanm
Date: Wed Aug 12 11:46:59 2015
New Revision: 1695486

URL: http://svn.apache.org/r1695486
Log:
OAK-301 : Document Oak

Move the {{includePropertyTypes}} to indexRule level

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=1695486&r1=1695485&r2=1695486&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 Aug 12 11:46:59 2015
@@ -1238,7 +1238,6 @@ make use of [aggregation](#aggregation)
   - compatVersion = 2
   - type = "lucene"
   - async = "async"
-  - includePropertyTypes = ["String", "Binary"]
   + aggregates
     + app:Asset
       + include0
@@ -1259,6 +1258,7 @@ make use of [aggregation](#aggregation)
   + indexRules
     - jcr:primaryType = "nt:unstructured"
     + app:Asset
+      - includePropertyTypes = ["String", "Binary"]
       + properties
         - jcr:primaryType = "nt:unstructured"
         + comment
@@ -1286,7 +1286,7 @@ Above index definition
     
 *   Aggregation would include by default all properties which are part of
     **`includePropertyTypes`**. However if any property has a explicit property
-    definition provided like `comment` then `nodeScopeIndex` would neet to be 
+    definition provided like `comment` then `nodeScopeIndex` would need to be 
     set to true
 
 Above definition would allow fulltext query to be performed. But we can do more.