Elasticsearch (Partial Memex Example) using CV-19 terms of interest
Covid-19 Pharma Terms of Interest (originally asked in May 2020 time frame): cd4 , cd8 lgG, IgA nsp3, nsp4 orf3a, orf8 Elasticsearch can be configured to store all words contained with unstructured text documents, using fielddata: true mapping. During index and also query time, standard English words are recognized. Alternate analyzers can be built to meet domain needs. Ontological data can be utilized inside of Elasticsearch to provide domain specific synonym list like LOINC. Typical analysis is driven by keyword matches. The picture below indicates a set of matches across the keyword sets within COV-19 related abstracts The matching abstracts can be reviewed sequentially for mat...