Conversation
lib/segment/src/index/field_index/full_text_index/inverted_index.rs
Outdated
Show resolved
Hide resolved
lib/segment/src/index/field_index/full_text_index/immutable_inverted_index.rs
Outdated
Show resolved
Hide resolved
c06a6f7 to
6322f4b
Compare
📝 WalkthroughWalkthroughThis set of changes refactors the full text inverted index implementation by introducing a new Possibly related PRs
Suggested reviewers
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (6)
🧰 Additional context used🧬 Code Graph Analysis (4)lib/segment/src/index/field_index/full_text_index/mutable_inverted_index.rs (4)
lib/segment/src/index/field_index/full_text_index/immutable_inverted_index.rs (5)
lib/segment/src/index/field_index/full_text_index/inverted_index.rs (8)
lib/segment/src/index/field_index/full_text_index/mmap_inverted_index/mod.rs (4)
⏰ Context from checks skipped due to timeout of 90000ms (13)
🔇 Additional comments (21)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
* parsed query now specifies intersection match * use tokenset in parsed query * review nits
Builds on top of #6486
This is merely a refactoring to allow (with less changes) introducing phrase filtering as a separate way to use the full-text index.