Author: catholicon
Date: Sun Nov 22 23:35:19 2015
New Revision: 1715717

URL: http://svn.apache.org/viewvc?rev=1715717&view=rev
Log:
OAK-3509 Lucene suggestion results should have 1 row per suggestion with 
appropriate column names
Fix documentation for the change in behavior

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=1715717&r1=1715716&r2=1715717&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 Sun Nov 22 
23:35:19 2015
@@ -943,6 +943,8 @@ updated every 10 minutes but that can be
 Sample configuration for suggestions based on terms contained in 
`jcr:description` 
 property.
 
+Since Oak 1.3.11, the each suggestion would be returned per row.
+
 ```
 /oak:index/lucene-suggest
   - jcr:primaryType = "oak:QueryIndexDefinition"
@@ -974,6 +976,8 @@ properties terms to be used for spellche
 Sample configuration for spellchecking based on terms contained in `jcr:title` 
 property.
 
+Since Oak 1.3.11, the each suggestion would be returned per row.
+
 ```
 /oak:index/lucene-spellcheck
   - jcr:primaryType = "oak:QueryIndexDefinition"


Reply via email to