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

Suspected indexing failure for records with large number of co-authors #554

Open
gcabanac opened this issue Apr 17, 2021 · 0 comments
Open

Comments

@gcabanac
Copy link

I am facing an issue with this query:

https://api.crossref.org/works?filter=from-created-date:2021%2Ctype:journal-article&query.author=Lescure+François-Xavier+Honda+Hitoshi+Fowler+Robert+A.+Lazar+Jennifer+Sloane+Shi+Genming+Wung+Peter+Patel+Naimish+Hagino+Owen&query.bibliographic=Sarilumab+in+patients+admitted+to+hospital+with+severe+or+critical+COVID-19+a+randomised+double-blind+placebo-controlled+phase+3+trial&select=DOI%2Ctitle&sort=score&order=desc&rows=100

It fails to match the expected record, which has 299 authors listed.
Similar queries looking for records with less authors based on byline and title information perform as expected.

I seems that the query.bibliographic field failed to be indexed properly, maybe because of exceeded capacity due to the large number of co-authors?

For another 2899-author record, a query with the exact title given in query.bibliographic fails to retrieve the expected record at the top of the result list (it is ranked #22). When removing the author hint, the expected record is not in the top 100 anymore.

Is there an issue with the indexing of records with large number of co-authors?

Thank you for the great service!

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

1 participant