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

LNX-76: Add staggered search exectution #93

Merged
merged 8 commits into from
May 28, 2022

Conversation

ChillFish8
Copy link
Member

This adds staggered searches. Allowing for greater performance boosts and better relevancy for the fuzzy search system.

Note that this does cause the count field to become an approximation rather than an accurate count when the fuzzy search is in play.

Closes #76

@ChillFish8 ChillFish8 added enhancement New feature or request performance Something that is related to the performance of the engine labels May 28, 2022
@ChillFish8 ChillFish8 merged commit 1da5b8c into master May 28, 2022
@ChillFish8 ChillFish8 deleted the lnx-76-add-staggered-execution branch May 28, 2022 17:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request performance Something that is related to the performance of the engine
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Staged searches - Only run query x if query y is out of results.
1 participant