Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.11.1.1
-
None
Description
The "Listing indexes" topic of the tools guide says two places that the schema is LUCENESCHEMA. It should be LUCENESUPPORT.
The example in the topic lacks an empty argument list in the table function call and fails with a syntax error because of it (after fixing the schema name). It should say:
SELECT * FROM TABLE( LUCENESUPPORT.LISTINDEXES() ) T