Skip to content

Commit 30bcecd

Browse files
authored
Add a bit more details about percent_indexed (#657)
1 parent f5c06c7 commit 30bcecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/ft.info/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ is the name of the given index. You must first create the index using [`FT.CREAT
8080
| `hash_indexing_failures` | The number of failures encountered during indexing. |
8181
| `total_indexing_time` | The total time taken for indexing in seconds. |
8282
| `indexing` | Indicates whether the index is currently being generated. |
83-
| `percent_indexed` | The percentage of the index that has been successfully generated. |
83+
| `percent_indexed` | The percentage of the index that has been successfully generated (1 means 100%). |
8484
| `number_of_uses` | The number of times the index has been used. |
8585
| `cleaning` | The index deletion flag. A value of `1` indicates index deletion is in progress. |
8686

0 commit comments

Comments
 (0)