753 B
753 B
layout | title | nav_order | has_children | has_toc | parent | redirect_from | |
---|---|---|---|---|---|---|---|
default | String field types | 45 | true | false | Supported field types |
|
String field types
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. |
token_count |
Counts the number of tokens in a string. |