瀏覽代碼

[DOCS] Add `multi-field` def to glossary (#74147)

James Rodewig 4 年之前
父節點
當前提交
27a90d68b7
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/reference/glossary.asciidoc

+ 6 - 0
docs/reference/glossary.asciidoc

@@ -277,6 +277,12 @@ Process of combining a <<glossary-shard,shard>>'s smaller Lucene
 automatically.
 // end::merge-def[]
 
+[[glossary-multi-field]] multi-field::
+// tag::multi-field-def[]
+A <<glossary-field,field>> that's <<glossary-mapping,mapped>> in multiple ways.
+See the {ref}/multi-fields.html[`fields` mapping parameter].
+// end::multi-field-def[]
+
 [[glossary-node]] node::
 // tag::node-def[]
 A single {es} server. One or more nodes can form a <<glossary-cluster,cluster>>.