Skip to content

Commit

Permalink
[DOCS] Creates a semantic_text field type docs page.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Mar 20, 2024
1 parent c30999b commit 968ffc6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/reference/mapping/types.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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[]
Expand Down
8 changes: 8 additions & 0 deletions docs/reference/mapping/types/semantic-text.asciidoc
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 968ffc6

Please sign in to comment.