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
4646 .. step:: Click the ``sample_supplies`` database,
4747 then click the ``sales`` collection.
4848
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 .
5050
5151 .. procedure::
5252 :style: connected
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Procedure
7272 .. procedure::
7373 :style: connected
7474
75- .. step:: Click :guilabel:`QUERY `
75+ .. step:: Click :guilabel:`Query `
7676 in the :guilabel:`Actions` column of your index definition.
7777
7878 .. step:: Type ``notepad`` into the search bar, then click
Original file line number Diff line number Diff line change @@ -129,11 +129,11 @@ Procedure
129129
130130 This query uses the ``facet`` collector with:
131131
132- - The ``operator`` field to define a `` text`` operator
132+ - The ``text`` operator
133133 to count only documents with a ``purchaseMethod``
134134 value of ``In store``.
135135
136- - The ``facets`` field to define a facet named
136+ - The facet named
137137 ``locationFacet`` that creates a bucket
138138 for each different ``storeLocation`` value.
139139
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ Overview
2323
2424In this guide, you will learn how to index only specified fields in
2525documents 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>`.
2729
2830.. time:: 5
2931
You can’t perform that action at this time.
0 commit comments