You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ch...@apache.org on 2015/08/12 17:11:38 UTC

svn commit: r1695548 - /jackrabbit/site/live/oak/docs/query/lucene.html

Author: chetanm
Date: Wed Aug 12 15:11:37 2015
New Revision: 1695548

URL: http://svn.apache.org/r1695548
Log:
Fix incorrect node name for analyzer example

Modified:
    jackrabbit/site/live/oak/docs/query/lucene.html

Modified: jackrabbit/site/live/oak/docs/query/lucene.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/oak/docs/query/lucene.html?rev=1695548&r1=1695547&r2=1695548&view=diff
==============================================================================
--- jackrabbit/site/live/oak/docs/query/lucene.html (original)
+++ jackrabbit/site/live/oak/docs/query/lucene.html Wed Aug 12 15:11:37 2015
@@ -940,7 +940,7 @@
             + filters (nt:unstructured) //The filters needs to be ordered
                 + LowerCase
                 + Stop
-                    - stopWordFiles = "stop1.txt, stop2.txt"
+                    - words = "stop1.txt, stop2.txt"
                     + stop1.txt (nt:file)
                     + stop2.txt (nt:file)
                 + PorterStem