(ctx context.Context, index string)
| 35 | FTHybrid(ctx context.Context, index string, searchExpr string, vectorField string, vectorData Vector) *FTHybridCmd |
| 36 | FTHybridWithArgs(ctx context.Context, index string, options *FTHybridOptions) *FTHybridCmd |
| 37 | FTInfo(ctx context.Context, index string) *FTInfoCmd |
| 38 | FTSpellCheck(ctx context.Context, index string, query string) *FTSpellCheckCmd |
| 39 | FTSpellCheckWithArgs(ctx context.Context, index string, query string, options *FTSpellCheckOptions) *FTSpellCheckCmd |
| 40 | FTSearch(ctx context.Context, index string, query string) *FTSearchCmd |
no outgoing calls