pybool_ir.query.pubmed.fields#
Simple mapping of PubMed fields to the fields in the Lucene index.
Module Attributes
The mapping of PubMed fields to the fields in the Lucene index. |
- pybool_ir.query.pubmed.fields.mapping = {'Abstract': ['abstract'], 'All Fields': ['all_fields'], 'Keywords': ['keyword_list'], 'MAJR': ['mesh_major_heading_list'], 'MESH': ['mesh_heading_list'], 'Majr': ['mesh_major_heading_list'], 'MeSH': ['mesh_heading_list'], 'MeSH Terms': ['mesh_heading_list'], 'Mesh': ['mesh_heading_list'], 'PMID': ['id'], 'Pharmacological Action': ['mesh_heading_list'], 'Publication Date': ['date'], 'Publication Type': ['publication_type'], 'Subheading': ['mesh_qualifier_list'], 'Supplementary Concept': ['supplementary_concept_list'], 'Text Word': ['all_fields'], 'Title': ['title'], 'Title/Abstract': ['title', 'abstract'], 'ab': ['abstract'], 'all': ['all_fields'], 'dp': ['date'], 'jour': ['publication_type'], 'kw': ['keyword_list'], 'majr': ['mesh_major_heading_list'], 'mh': ['mesh_heading_list'], 'nm': ['supplementary_concept_list'], 'pmid': ['id'], 'pt': ['publication_type'], 'sh': ['mesh_qualifier_list'], 'ti': ['title'], 'tiab': ['title', 'abstract'], 'tw': ['all_fields']}#
The mapping of PubMed fields to the fields in the Lucene index.