Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(search): add basic infra for text fields (without indexing) #2703

Draft
wants to merge 4 commits into
base: unstable
Choose a base branch
from

Conversation

PragmaTwice
Copy link
Member

@PragmaTwice PragmaTwice commented Dec 31, 2024

In this PR, the basic infrastructure for text fields are added, including:

  • redisearch / sql parser support for text query
  • text filtering support in filter executor
  • text field metadata / management
  • text query node in IR & sema checking

Note that this PR doesn't bring text indexing (the key algorithm for full-text search).

@PragmaTwice PragmaTwice requested a review from git-hulk December 31, 2024 14:36
Signed-off-by: PragmaTwice <[email protected]>
Signed-off-by: PragmaTwice <[email protected]>
Signed-off-by: PragmaTwice <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant