Skip to content

Commit 2570212

Browse files
authored
update to accurate description of field (#2417)
1 parent ff5388c commit 2570212

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/ft.info.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ is the name of the given index. You must first create the index using [`FT.CREAT
7979
| Statistic | Definition |
8080
|:--- |:--- |
8181
| `hash_indexing_failures` | The number of failures encountered during indexing. |
82-
| `total_indexing_time` | The total time taken for indexing in seconds. |
82+
| `total_indexing_time` | The cumulative wall-clock time spent indexing documents in ms. |
8383
| `indexing` | Indicates whether the index is currently being generated. |
8484
| `percent_indexed` | The percentage of the index that has been successfully generated (1 means 100%). |
8585
| `number_of_uses` | The number of times the index has been used. |

0 commit comments

Comments
 (0)