enable keyword & null indexing support for text type
Enhance text type inside data block:
- add support for keyword (non-analyzed multi-field) indexing: enables aggregations on text fields
- add support for indexing null: documents can be searched with existing query for null values, typically used by workflow to identify missing values
Edited by Neelesh Thakur