Rishabh Maurya de8eb4ea77
Documentation for match_only_text field (#6041)
* Documentation for match_only_text field

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>

* Address pr comments

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>

* Doc review

Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Nathan Bower <nbower@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>

---------

Signed-off-by: Rishabh Maurya <rishabhmaurya05@gmail.com>
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
Signed-off-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Fanit Kolchina <kolchfa@amazon.com>
Co-authored-by: kolchfa-aws <105444904+kolchfa-aws@users.noreply.github.com>
Co-authored-by: Nathan Bower <nbower@amazon.com>
2024-02-01 11:08:52 -08:00

994 B

layout, title, nav_order, has_children, has_toc, parent, redirect_from
layout title nav_order has_children has_toc parent redirect_from
default String field types 45 true false Supported field types
/opensearch/supported-field-types/string/
/field-types/string/

String field types

String field types contain text values or values derived from text. The following table lists all string field types that OpenSearch supports.

Field data type Description
keyword A string that is not analyzed. Useful for exact-value search.
text A string that is analyzed. Useful for full-text search.
match_only_text A space-optimized version of a text field.
token_count Counts the number of tokens in a string.