Skip to content

Update documentation for the FT.* commands #322

@BagritsevichStepan

Description

@BagritsevichStepan

We need to update documentation for the SEARCH commands.

Currently supported commands:

static void FtCreate(CmdArgList args, const CommandContext& cmd_cntx);
static void FtAlter(CmdArgList args, const CommandContext& cmd_cntx);
static void FtDropIndex(CmdArgList args, const CommandContext& cmd_cntx);
static void FtInfo(CmdArgList args, const CommandContext& cmd_cntx);
static void FtList(CmdArgList args, const CommandContext& cmd_cntx);
static void FtSearch(CmdArgList args, const CommandContext& cmd_cntx);
static void FtProfile(CmdArgList args, const CommandContext& cmd_cntx);
static void FtAggregate(CmdArgList args, const CommandContext& cmd_cntx);
static void FtTagVals(CmdArgList args, const CommandContext& cmd_cntx);

In documentation we have only:

FT._LIST
FT.CREATE
FT.DROPINDEX
FT.INFO
FT.PROFILE
FT.SEARCH

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions