elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.71k stars 8.13k forks source link

[index patterns] Removal of IFieldType type #107235

Closed mattkime closed 5 days ago

mattkime commented 3 years ago

The IFieldType type is too ambiguous - either IndexPatternField or IndexPatternFieldBase should be used instead. You probably want IndexPatternField - its the class representation of a field. IndexPatternFieldBase is a simplified static version that primarily exists to be passed into a query.

Please feel free to reach out to @elastic/kibana-app-services if there's any difficulty in making this change.

@elastic/kibana-app-services

@elastic/response-ops

@elastic/infra-monitoring-ui

elasticmachine commented 1 year ago

Pinging @elastic/kibana-data-discovery (Team:DataDiscovery)

kertal commented 5 days ago

I've checked our code, and couldn't find any more IFieldType, closing therefore