This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation. For information about OpenSearch version maintenance, see Release Schedule and Maintenance Policy.
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. |
token_count | Counts the number of tokens in a string. |
当前内容版权归 OpenSearch 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 OpenSearch .