We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5388c commit 2570212Copy full SHA for 2570212
content/commands/ft.info.md
@@ -79,7 +79,7 @@ is the name of the given index. You must first create the index using [`FT.CREAT
79
| Statistic | Definition |
80
|:--- |:--- |
81
| `hash_indexing_failures` | The number of failures encountered during indexing. |
82
-| `total_indexing_time` | The total time taken for indexing in seconds. |
+| `total_indexing_time` | The cumulative wall-clock time spent indexing documents in ms. |
83
| `indexing` | Indicates whether the index is currently being generated. |
84
| `percent_indexed` | The percentage of the index that has been successfully generated (1 means 100%). |
85
| `number_of_uses` | The number of times the index has been used. |
0 commit comments