System:indexes - FTS indexes which are eligible to be queried from SQL++

      +

      Use the following command to find all the FTS indexes in the system table that can be queried from SQL++.

      SELECT * FROM system:indexes

      An additional link describes various scenarios in which the FTS Index becomes ineligible to be queried by SQL++.

      Querying system:indexes only returns indexes on non-system keyspaces. To return all indexes, including indexes on system keyspaces, use the query system:all_indexes.