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 ch...@apache.org on 2015/08/12 17:07:57 UTC

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

Author: chetanm
Date: Wed Aug 12 15:07:57 2015
New Revision: 1695547

URL: http://svn.apache.org/r1695547
Log:
OAK-301 : Document Oak

Fix the node name

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=1695547&r1=1695546&r2=1695547&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 Wed Aug 12 15:07:57 2015
@@ -554,7 +554,7 @@ Analyzers can also be composed based on
                 + 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