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

Incorrect docid check for collection_name_en In netfix movies (Solr) #50

Open
binarymax opened this issue Oct 22, 2020 · 1 comment
Open

Comments

@binarymax
Copy link
Contributor

I think the corpus has changed since this notebook was last updated, but the document retrieved in this line

client.get_doc(index='tmdb', doc_id=319074)

Doesn't have a collection_name_en field - so the validation is a negative! However it might help to leave it in to show that some docs are missing the field, and then follow up with the correct doc:
client.get_doc(index='tmdb', doc_id=1368)

@nathancday
Copy link
Member

Need to double check on someone else's computer.

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

No branches or pull requests

2 participants