Author: tommaso
Date: Fri Jul 24 13:24:22 2015
New Revision: 1692507

URL: http://svn.apache.org/r1692507
Log:
OAK-2175, OAK-2176 - fixed another 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=1692507&r1=1692506&r2=1692507&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:24:22 2015
@@ -857,7 +857,7 @@ For more details on this feature refer t
 In order to use Lucene index to perform search suggestions, the index 
definition 
 node (the one of type `oak:QueryIndexDefinition`) needs to have the 
`compatVersion` 
 set to `2`, then one or more property nodes, depending on use case, need to 
have 
-the property `useForSuggest` set to `true`, such setting controls from which 
+the property `useInSuggest` set to `true`, such setting controls from which 
 properties terms to be used for suggestions will be taken.
  
 Once the above configuration has been done, by default, the Lucene suggester 
is 
@@ -892,7 +892,7 @@ property.
 In order to use Lucene index to perform spellchecking, the index definition 
node 
 (the one of type `oak:QueryIndexDefinition`) needs to have the `compatVersion` 
 set to `2`, then one or more property nodes, depending on use case, need to 
have 
-the property `useForSpellcheck` set to `true`, such setting controls from 
which 
+the property `useInSpellcheck` set to `true`, such setting controls from which 
 properties terms to be used for spellcheck corrections will be taken.
  
 Sample configuration for spellchecking based on terms contained in `jcr:title` 


Reply via email to