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 ca...@apache.org on 2018/10/02 23:00:35 UTC

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

Author: catholicon
Date: Tue Oct  2 23:00:35 2018
New Revision: 1842670

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

Change jcr:title to tags for property name being faceted as jcr:title is usually a fulltext field and not suitable for faceting
(the doc was correct technically... it's just that jcr:title has some implied notions which don't make sense for facets)

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=1842670&r1=1842669&r2=1842670&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 Tue Oct  2 23:00:35 2018
@@ -1307,7 +1307,7 @@ Lucene property indexes can also be used
     + nt:base
       + properties
         - jcr:primaryType = "nt:unstructured"
-        + jcr:title
+        + tags
           - facets = true
           - propertyIndex = true
 ```
@@ -1332,7 +1332,7 @@ Specific facet related features for Luce
     + nt:base
       + properties
         - jcr:primaryType = "nt:unstructured"
-        + jcr:title
+        + tags
           - facets = true
           - propertyIndex = true
 ```