Skip to content

Commit cf0bb5c

Browse files
committed
copy review feedback
1 parent 0c5e520 commit cf0bb5c

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

source/search/compound.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/search/dynamic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

source/search/facet.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

source/search/static.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Overview
2323

2424
In this guide, you will learn how to index only specified fields in
2525
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>`.
2729

2830
.. time:: 5
2931

0 commit comments

Comments
 (0)