Skip to content

ftIndexes ​

Command: ftIndexes
Category: System Tools
Status: Production Ready

Description ​

Inspect full-text indexes and related metadata.

Syntax ​

bash
hana-cli ftIndexes [schema] [index] [options]

Command Diagram ​

Aliases ​

  • fti
  • ftIndex
  • fulltext
  • fulltextIndexes

Parameters ​

Positional Arguments ​

ParameterTypeDescription
schemastringSchema filter (optional)
indexstringFull-text index filter (optional)

Options ​

OptionAliasTypeDefaultDescription
--index-istring*Full-text index name/pattern
--schema-sstring**CURRENT_SCHEMA**Schema name
--table-tstring-Table filter
--details-dbooleanfalseInclude detailed output
--limit-lnumber200Maximum rows returned
--profile-pstring-Connection profile

For a complete list of parameters and options, use:

bash
hana-cli ftIndexes --help

Examples ​

Basic Usage ​

bash
hana-cli ftIndexes --index myIndex --schema MYSCHEMA

List matching full-text indexes in the selected schema.

See the Commands Reference for other commands in this category.

See Also ​