Skip to content

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

Description

@binarymax

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions