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 to...@apache.org on 2015/07/24 15:12:54 UTC

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

Author: tommaso
Date: Fri Jul 24 13:12:54 2015
New Revision: 1692501

URL: http://svn.apache.org/r1692501
Log:
OAK-2175, OAK-2176 - fixed typo in the doc

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=1692501&r1=1692500&r2=1692501&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 Fri Jul 24 13:12:54 2015
@@ -882,7 +882,7 @@ property.
         + jcr:description
           - propertyIndex = true
           - analyzed = true
-          - useForSuggest = true
+          - useInSuggest = true
 ```
 
 #### Spellchecking
@@ -912,7 +912,7 @@ property.
         + jcr:title
           - propertyIndex = true
           - analyzed = true
-          - useForSpellcheck = true
+          - useInSpellcheck = true
 ```
 
 ### Design Considerations