diff --git a/content/commands/cluster-migration.md b/content/commands/cluster-migration.md index 844ce677b7..e8b2bbe40c 100644 --- a/content/commands/cluster-migration.md +++ b/content/commands/cluster-migration.md @@ -41,7 +41,7 @@ arguments: type: pure-token name: status token: STATUS - type: block + type: oneof name: subcommand type: oneof arity: -4 @@ -68,8 +68,8 @@ linkTitle: CLUSTER MIGRATION railroad_diagram: /images/railroad/cluster-migration.svg since: 8.4.0 summary: Start, monitor, and cancel atomic slot migration tasks. -syntax_fmt: "CLUSTER MIGRATION | STATUS\_" +syntax_fmt: "CLUSTER MIGRATION |\n STATUS\_<[ID\_task-id] | [ALL]>>" title: CLUSTER MIGRATION --- diff --git a/static/images/railroad/cluster-migration.svg b/static/images/railroad/cluster-migration.svg index d11b847be3..febec5c814 100644 --- a/static/images/railroad/cluster-migration.svg +++ b/static/images/railroad/cluster-migration.svg @@ -1,4 +1,4 @@ - + - + CLUSTER MIGRATION - - -IMPORT -start-slot -end-slot - -CANCEL - - -ID -task-id -ALL - -STATUS - - - -ID -task-id - - -ALL \ No newline at end of file + + +IMPORT + + +start-slot +end-slot + + +CANCEL + + +ID +task-id +ALL + +STATUS + + + + +ID +task-id + + +ALL \ No newline at end of file diff --git a/static/images/railroad/ft.hybrid.svg b/static/images/railroad/ft.hybrid.svg new file mode 100644 index 0000000000..2010cb4a50 --- /dev/null +++ b/static/images/railroad/ft.hybrid.svg @@ -0,0 +1,254 @@ + + + + + + + + +FT.HYBRID +index + +SEARCH +query + + + +SCORER +scorer + + + +YIELD_SCORE_AS +yield_score_as + +VSIM +field +vector + + + + +KNN +count + +K +k + + + +EF_RUNTIME +ef_runtime + + + +YIELD_SCORE_AS +yield_score_as + +RANGE +count + +RADIUS +radius + + + +EPSILON +epsilon + + + +YIELD_SCORE_AS +yield_score_as + + + +FILTER +filter + + + +COMBINE + + +RRF +count + + + +CONSTANT +constant + + + +WINDOW +window + + + +YIELD_SCORE_AS +yield_score_as + +LINEAR +count + + + + +ALPHA +alpha + +BETA +beta + + + +WINDOW +window + + + +YIELD_SCORE_AS +yield_score_as + + + +LIMIT +offset +num + + + + + +SORTBY +sortby + + + +ASC +DESC +NOSORT + + + +PARAMS +nargs + + +name +value + + + + +TIMEOUT +timeout + + + +FORMAT +format + + + + +LOAD +count + +field + + + +LOAD * + + + +GROUPBY +nproperties + +property + + + + + +REDUCE + +COUNT +COUNT_DISTINCT +COUNT_DISTINCTISH +SUM +MIN +MAX +AVG +STDDEV +QUANTILE +TOLIST +FIRST_VALUE +RANDOM_SAMPLE +nargs + +arg + + + + +AS +name + + + + + + +APPLY +expression + +AS +name + + + + +FILTER +filter \ No newline at end of file