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

accuracy fixes #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Dakine135
Copy link

No description provided.

@Dakine135
Copy link
Author

Indexes can be utilized in a regex search, it would just need to scan the index, but that is likely more performant than scanning the entire collection. For example if you have 10,000 documents in the collection, and an index on "title", but title was not unique and only had 1,000 different values, then the index would still be very helpful against the regex search since it could match against 1,000 instead of 10,000 checks.

type "double" was mentioned twice.

@Dakine135
Copy link
Author

Bump

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