This is an automated email from the ASF dual-hosted git repository. vatamane pushed a commit to branch merge-3.4.3 in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit f0cb564b1245982927dbd1fb93d6c00ebc68ab35 Author: Jamie Bliss <[email protected]> AuthorDate: Wed Feb 19 15:51:50 2025 -0500 Fix lint --- src/docs/src/ddocs/mango.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/docs/src/ddocs/mango.rst b/src/docs/src/ddocs/mango.rst index f2be02a2e..0d4fe82fc 100644 --- a/src/docs/src/ddocs/mango.rst +++ b/src/docs/src/ddocs/mango.rst @@ -867,7 +867,11 @@ it easier to take advantage of future improvements to query planning Text Indexes ------------ -Mango can also interact with the :ref:`Search <ddoc/search>` and :ref:`Nouveau <ddoc/nouveau>` search systems, using the :ref:`$text selector <find/text>` and the appropriate index. These indexes can be queried using either ``$text`` or :http:get:`/{db}/_design/{ddoc}/_search/{index}`/:http:get:`/{db}/_design/{ddoc}/_nouveau/{index}`. +Mango can also interact with the :ref:`Search <ddoc/search>` and +:ref:`Nouveau <ddoc/nouveau>` search systems, using the +:ref:`$text selector <find/text>` and the appropriate index. These indexes can +be queried using either ``$text`` or :http:get:`/{db}/_design/{ddoc}/_search/{index}` +/ :http:get:`/{db}/_design/{ddoc}/_nouveau/{index}`. Example index: @@ -893,7 +897,7 @@ A Text or Nouveau index definition consists of: * **type** (`string`): one of ``"text"``, ``"string"``, ``"number"``, ``"boolean"`` * **default_analyzer** (`string`): Analyzer to use, defaults to ``"keyword"`` *Optional* -* **default_field**: Enables the "default field" index, boolean or object of +* **default_field**: Enables the "default field" index, boolean or object of ``enabled`` and ``analyzer`` *Optional* * **partial_filter_selector** (`object`): A :ref:`selector<find/selectors>`, causing this to be a :ref:`partial index<find/partial_indexes>` *Optional*
