Skip to content

Feature: Enhanced Inverted Index Support for Nested Fields within Variant Type #18850

@b41sh

Description

@b41sh

Summary

Databend's inverted index currently offers full-text search for String type, but its support for Variant type is limited. We request an enhancement to the inverted index to provide robust support for Variant type, specifically enabling:

  • Targeted Matching: Perform fuzzy or exact matches on specified internal fields within a Variant column.
  • Multi-field Conditions: Combine search conditions across one or more nested fields.
  • Comparison Operators: Support MATCH or QUERY functions with operators like equals (=), not equals (!=), greater than (>), and less than (<) for indexed nested fields.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions