We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a0833 commit 32ff24dCopy full SHA for 32ff24d
source/tutorials/ruby-driver-indexing.txt
@@ -95,6 +95,9 @@ when creating indexes. These options mirror the options supported by the
95
- The number of units within which to group the location values in a geo haystack index.
96
* - ``:partial_filter_expression``
97
- 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.
101
102
The :commit_quorum option
103
-------------------------
0 commit comments