Skip to content

Revise indexes subsections #1896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Mar 16, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/book/box/data_model.rst
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,8 @@ Full information is in section
| ``'string'`` | :ref:`string <index-box_string>` | TREE, BITSET or HASH |
| (may also be called ``‘str’``) | | |
+--------------------------------+-------------------------------------------+--------------------------------------+
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, BITSET or HASH |
| ``'varbinary'`` | :ref:`varbinary <index-box_bin>` | TREE, HASH or BITSET |
| | | (since version 2.7) |
+--------------------------------+-------------------------------------------+--------------------------------------+
| ``'uuid'`` | :ref:`uuid <index-box_uuid>` | TREE or HASH |
+--------------------------------+-------------------------------------------+--------------------------------------+
Expand Down
Loading