* 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>
994 B
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 |
|
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. |