Skip to content

[Design] More visual mappings (EuiTokenMap) for specific ES field types #58036

@cchaos

Description

@cchaos

It would be great to incorporate these icons into the mappings editor at some point. I did a quick audit, and there are a few field types that are available in the mappings editor, but do not have a dedicated icon. Here is the list with a brief description, along with a link to the documentation.

  • Binary: a binary value as a Base64-encoded string
  • Completion suggester: provides autocomplete functionality
  • Dense vector: stores vectors of float values
  • Flattened: maps an object as a single field
  • Join: defines parent-child relationships among documents of the same index
  • Keyword: supports searching for an exact value
  • Percolator: enables percolator queries
  • Rank feature: accepts a number that will boost documents in rank_feature queries
  • Rank features: accepts numeric vectors that will boost documents in rank_feature queries
  • Search-as-you-type: breaks strings into subfields for search suggestions, and will match terms at any position in the string
  • Text: supports full-text search by breaking strings into individual, searchable terms
  • Token Count: accepts string values; these values are analyzed, and the number of tokens in the string are indexed

Originally posted by @alisonelizabeth in #57911 (comment)

Metadata

Metadata

Assignees

Labels

Feature:Mappings EditorIndex mappings editor UITeam:Platform-DesignTeam Label for Kibana Design Team. Support the Analyze group of plugins.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions