File tree Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Expand file tree Collapse file tree 2 files changed +32
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ inherit:
17
17
ref : _readonly-not-permitted-base
18
18
file : extracts-readonly-not-permitted-base.yaml
19
19
replacement :
20
- phrase : Creating and dropping indexes
20
+ phrase : Creating, hiding, and dropping indexes
21
21
---
22
22
ref : readonly-not-permitted-documents
23
23
inherit :
Original file line number Diff line number Diff line change @@ -116,6 +116,37 @@ input.
116
116
|compass-short| shows the type of your new index as
117
117
:guilabel:`Wildcard`.
118
118
119
+ .. _hide-index:
120
+
121
+ Hide or Unhide an Index
122
+ -----------------------
123
+
124
+ You can :manual:`hide an index </core/index-hidden>` from the query planner to
125
+ evaluate the potential impact of dropping an index without actually dropping the
126
+ index.
127
+
128
+ .. procedure::
129
+ :style: normal
130
+
131
+ .. step:: Hover over the index.
132
+
133
+ From the :guilabel:`Indexes` tab, hover over the index you want to hide.
134
+
135
+ .. step:: Click the :guilabel:`Hide Index` button.
136
+
137
+ Click the closed-eye icon on the right that appears when you hover over
138
+ your selected index.
139
+
140
+ .. step:: Click :guilabel:`Confirm`.
141
+
142
+ In the dialog box, confirm the index you want to hide. After you confirm
143
+ your selection, a :guilabel:`Hidden` badge appears under the
144
+ :guilabel:`Properties` column.
145
+
146
+ To unhide your index, repeat steps 1-3. After you unhide your index,
147
+ |compass-short| removes the :guilabel:`Hidden` badge from the
148
+ :guilabel:`Properties` column.
149
+
119
150
.. _drop-index:
120
151
121
152
Drop an Index
You can’t perform that action at this time.
0 commit comments