Skip to content

Commit 94dc4f5

Browse files
committed
DOC-5809: quick fix to FT.INFO descriptions
1 parent 2bea71d commit 94dc4f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/commands/ft.info.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ is the name of the given index. You must first create the index using [`FT.CREAT
7070
| `bytes_per_record_avg` | The average size of each record in bytes. |
7171
| `offsets_per_term_avg` | The average number of offsets (position information) per term. |
7272
| `offset_bits_per_record_avg` | The average number of bits used for offsets per record. |
73-
| `tag_overhead_sz_mb` | The size of the index structures used for optimising performance. |
74-
| `text_overhead_sz_mb` | The size of the index structures used for optimising performance. |
73+
| `tag_overhead_sz_mb` | The size of the TAG index structures used for optimising performance. |
74+
| `text_overhead_sz_mb` | The size of the TEXT index structures used for optimising performance. |
7575
| `total_index_memory_sz_mb` | The total memory consumed by all indexes in the DB. |
7676

7777
### Indexing-related statistics

0 commit comments

Comments
 (0)