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

add support for str fast field range query #2453

Merged
merged 4 commits into from
Jul 17, 2024
Merged

Conversation

PSeitz
Copy link
Contributor

@PSeitz PSeitz commented Jul 16, 2024

Add support for range queries on fast fields, by converting term bounds to
term ordinal bounds.

closes #2023

Add support for range queries on fast fields, by converting term bounds to
term ordinals bounds.

closes #2023
@PSeitz PSeitz force-pushed the str_fast_field_range_query2 branch from 792d645 to 8b58b67 Compare July 16, 2024 06:19
src/schema/field_type.rs Outdated Show resolved Hide resolved
sstable/src/dictionary.rs Outdated Show resolved Hide resolved
sstable/src/dictionary.rs Outdated Show resolved Hide resolved
sstable/src/dictionary.rs Show resolved Hide resolved
@PSeitz PSeitz force-pushed the str_fast_field_range_query2 branch from a939187 to 913f576 Compare July 16, 2024 12:31
sstable/src/dictionary.rs Outdated Show resolved Hide resolved
@PSeitz PSeitz merged commit 7ebcc15 into main Jul 17, 2024
4 checks passed
@PSeitz PSeitz deleted the str_fast_field_range_query2 branch July 17, 2024 01:31
philippemnoel pushed a commit to paradedb/tantivy that referenced this pull request Aug 31, 2024
* add support for str fast field range query

Add support for range queries on fast fields, by converting term bounds to
term ordinals bounds.

closes quickwit-oss#2023

* extend tests, rename

* update comment

* update comment
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.

Enable str fast field based range queries.
2 participants