File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Procedure
46
46
.. step:: Click the ``sample_supplies`` database,
47
47
then click the ``sales`` collection.
48
48
49
- .. step:: Run a compound query on your index by using the Aggregation Pipeline .
49
+ .. step:: Run a compound query on your index in the :guilabel:`Aggregations` tab .
50
50
51
51
.. procedure::
52
52
:style: connected
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Procedure
72
72
.. procedure::
73
73
:style: connected
74
74
75
- .. step:: Click :guilabel:`QUERY `
75
+ .. step:: Click :guilabel:`Query `
76
76
in the :guilabel:`Actions` column of your index definition.
77
77
78
78
.. step:: Type ``notepad`` into the search bar, then click
Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ Procedure
129
129
130
130
This query uses the ``facet`` collector with:
131
131
132
- - The ``operator`` field to define a `` text`` operator
132
+ - The ``text`` operator
133
133
to count only documents with a ``purchaseMethod``
134
134
value of ``In store``.
135
135
136
- - The ``facets`` field to define a facet named
136
+ - The facet named
137
137
``locationFacet`` that creates a bucket
138
138
for each different ``storeLocation`` value.
139
139
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ Overview
23
23
24
24
In this guide, you will learn how to index only specified fields in
25
25
documents by creating an index with :ref:`static field mappings
26
- <static-dynamic-mappings>`. This allows you to perform more targeted searches.
26
+ <static-dynamic-mappings>`. Static mappings allow you to independently
27
+ index fields for specific use cases such as :ref:`faceting
28
+ <guide-search-facet>`.
27
29
28
30
.. time:: 5
29
31
You can’t perform that action at this time.
0 commit comments