We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current workflow for pre-built indexes doesn't actually validate term stats, unless we explicitly run the check script:
python scripts/validate_prebuilt_indexes.py
As a result, some of the stats for recently installed pre-built indexes are wrong.
Fix: we validate pre-built index stats at initialization. This provides a sanity check against corrupt indexes.
The text was updated successfully, but these errors were encountered:
Fix index stats for recently installed pre-built indexes (#1335)
fc5de1a
Bug as a result of #1334
Successfully merging a pull request may close this issue.
Current workflow for pre-built indexes doesn't actually validate term stats, unless we explicitly run the check script:
As a result, some of the stats for recently installed pre-built indexes are wrong.
Fix: we validate pre-built index stats at initialization. This provides a sanity check against corrupt indexes.
The text was updated successfully, but these errors were encountered: