You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2014/06/10 20:23:15 UTC

svn commit: r1601720 - /db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita

Author: chaase3
Date: Tue Jun 10 18:23:15 2014
New Revision: 1601720

URL: http://svn.apache.org/r1601720
Log:
DERBY-6594  Typos in "Listing indexes" topic of the tools guide

Modified a Tools Guide topic. 

Patch: DERBY-6594-2.diff

Modified:
    db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita

Modified: db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita?rev=1601720&r1=1601719&r2=1601720&view=diff
==============================================================================
--- db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita (original)
+++ db/derby/docs/trunk/src/tools/rtoolsoptlucenelist.dita Tue Jun 10 18:23:15 2014
@@ -29,7 +29,7 @@ limitations under the License.
 <section>
 <p>After the <codeph>luceneSupport</codeph> tool has been loaded, anyone can
 list the Lucene indexes by selecting from the following table function:</p>
-<codeblock>LUCENESCHEMA.LISTINDEXES()
+<codeblock>LUCENESUPPORT.LISTINDEXES()
 RETURNS TABLE
 (
     SCHEMANAME  VARCHAR( 128 ),
@@ -43,7 +43,7 @@ RETURNS TABLE
 </section>
 <section><title>Example</title>
 <codeblock><b>    -- list all the indexes
-    SELECT * FROM TABLE( LUCENESCHEMA.LISTINDEXES ) T;</b></codeblock>
+    SELECT * FROM TABLE( LUCENESUPPORT.LISTINDEXES() ) T;</b></codeblock>
 </section>
 </refbody>
 </reference>