o19s/hello-ltr

Incorrect docid check for collection_name_en In netfix movies (Solr)

binarymax opened this issue · 1 comments

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)

Need to double check on someone else's computer.