1
0
Эх сурвалжийг харах

[DOCS] Creates a semantic_text field type docs page. (#106528)

István Zoltán Szabó 1 жил өмнө
parent
commit
5afc59b07e

+ 3 - 0
docs/reference/mapping/types.asciidoc

@@ -75,6 +75,7 @@ markup. Used for identifying named entities.
 <<completion-suggester,`completion`>>:: Used for auto-complete suggestions.
 <<search-as-you-type,`search_as_you_type`>>:: `text`-like type for
 as-you-type completion.
+<<semantic-text, `semantic_text`>>:: 
 <<token-count,`token_count`>>:: A count of tokens in a text.
 
 
@@ -178,6 +179,8 @@ include::types/rank-features.asciidoc[]
 
 include::types/search-as-you-type.asciidoc[]
 
+include::types/semantic-text.asciidoc[]
+
 include::types/shape.asciidoc[]
 
 include::types/sparse-vector.asciidoc[]

+ 8 - 0
docs/reference/mapping/types/semantic-text.asciidoc

@@ -0,0 +1,8 @@
+[role="xpack"]
+[[semantic-text]]
+=== Semantic text field type
+++++
+<titleabbrev>Semantic text</titleabbrev>
+++++
+
+The documentation page for the `semantic_text` field type.