-
Notifications
You must be signed in to change notification settings - Fork 171
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use PrefixTree for :in queries (#1107)
Updates the query index to leverage the prefix tree for `:in` queries. The `:in` query will only be returned in the result set if it is an exact match, so no further checks are needed.
- Loading branch information
1 parent
8061303
commit cf0b717
Showing
3 changed files
with
175 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.