Skip to content

Commit 32ff24d

Browse files
author
Emily Giurleo
authored
RUBY-2243 Support hidden option on index creation (#2030)
1 parent 33a0833 commit 32ff24d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/tutorials/ruby-driver-indexing.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ when creating indexes. These options mirror the options supported by the
9595
- The number of units within which to group the location values in a geo haystack index.
9696
* - ``:partial_filter_expression``
9797
- A filter for a partial index.
98+
* - ``:hidden``
99+
- A Boolean specifying whether the index should be hidden; a hidden index
100+
is one that exists on the collection but will not be used by the query planner.
98101

99102
The :commit_quorum option
100103
-------------------------

0 commit comments

Comments
 (0)