@@ -676,6 +676,12 @@ Glossary
676676 query language's "greater than" operator. For available operators,
677677 see :doc:`/reference/operator`.
678678
679+ operation log
680+ See :term:`oplog`.
681+
682+ operation time
683+ See :term:`optime`.
684+
679685 oplog
680686 A :term:`capped collection` that stores an ordered history of
681687 logical writes to a MongoDB database. The oplog is the
@@ -826,6 +832,11 @@ Glossary
826832 :method:`db.collection.findOne()` methods. See
827833 :ref:`read-operations-queries`.
828834
835+ query operator
836+ A keyword beginning with ``$`` in a query. For example,
837+ :query:`$gt` is the "greater than" operator. For a list of
838+ query operators, see :ref:`query operators <query-selectors>`.
839+
829840 query optimizer
830841 A process that generates query plans. For each query, the
831842 optimizer generates a plan that matches the query to the index
@@ -929,14 +940,16 @@ Glossary
929940 minimizing the amount of work that the query engine must perform
930941 to fulfill a query. See :doc:`/indexes`.
931942
943+ secondary member
944+ See :term:`secondary`.
945+
932946 seed list
933947 A seed list is used by drivers and clients (like the
934948 :binary:`~bin.mongo` shell) for initial discovery of the replica
935949 set configuration. Seed lists can be provided as a list of
936950 ``host:port`` pairs (see :ref:`connections-standard-connection-string-format`
937951 or via DNS entries (see :ref:`connections-dns-seedlist`).
938952
939-
940953 set name
941954 The arbitrary name given to a replica set. All members of a
942955 replica set must have the same name specified with the
0 commit comments