Skip to content

enable keyword & null indexing support for text type

Neelesh Thakur requested to merge enable-keyword into master

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

Merge request reports