JetBrains-Research / pubtrends

Scientific literature explorer. Runs a Pubmed or Semantic Scholar search and allows user to explore high-level structure of result papers
Apache License 2.0
36 stars 2 forks source link

Issue 211 - Paper search #214

Closed ctrltz closed 4 years ago

ctrltz commented 4 years ago

All cases from #211 were checked locally for Pubmed. Without corresponding PMPublication(doi) and SSPublication(doi) indexes the search by DOI can take ages.

olegs commented 4 years ago

Since we request presence of doi index now, please consider changing it in Kotlin code. We'll build indexes manually this time, but update code should consider that index is there.

ctrltz commented 4 years ago

DOI index is now built programmatically.