Skip to content

Commit 88f1983

Browse files
authored
Revise sections 'creating an index', 'index operations' and proofread 'create_index()' (#1896)
* small bugfix * revise content of indexes.rst * revise subsections in create_index.rst * Apply suggestions from code review
1 parent c58531c commit 88f1983

File tree

3 files changed

+376
-362
lines changed

3 files changed

+376
-362
lines changed

doc/book/box/data_model.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,8 @@ Full information is in section
386386
| ``'string'`` | :ref:`string <index-box_string>` | TREE, BITSET or HASH |
387387
| (may also be called ``‘str’``) | | |
388388
+--------------------------------+-------------------------------------------+--------------------------------------+
389-
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, BITSET or HASH |
389+
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, HASH or BITSET |
390+
| | | (since version 2.7) |
390391
+--------------------------------+-------------------------------------------+--------------------------------------+
391392
| ``'uuid'`` | :ref:`uuid <index-box_uuid>` | TREE or HASH |
392393
+--------------------------------+-------------------------------------------+--------------------------------------+

0 commit comments

Comments
 (0)