You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
The solr index seems to have duplicate documents in it. Those duplicates are filtered out when document lists are returned but are present when results are merely counted. For the time being, we are using the hll() json.facet function to estimate unique stories_ids within results, but at some point we should figure out how the duplicates are getting into the database even though we are importing everything with overwrite=true.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The solr index seems to have duplicate documents in it. Those duplicates are filtered out when document lists are returned but are present when results are merely counted. For the time being, we are using the hll() json.facet function to estimate unique stories_ids within results, but at some point we should figure out how the duplicates are getting into the database even though we are importing everything with overwrite=true.
The text was updated successfully, but these errors were encountered: