We currently have the field arxiv_class which contains the classification of a paper provided by arXiv, which typically is in the form of category.SC (where SC represents an abbreviation for the subcategory). For instance astro-ph.SR indicates astrophysics (astro-ph), Solar and Stellar (SR).
Right now we index these as single tokens, which prevents one from doing a simple query such as arxiv_class:"astro-ph" to find them. I'm suggesting we should instead index these as
We currently have the field
arxiv_class
which contains the classification of a paper provided by arXiv, which typically is in the form ofcategory.SC
(where SC represents an abbreviation for the subcategory). For instanceastro-ph.SR
indicates astrophysics (astro-ph
), Solar and Stellar (SR
).Right now we index these as single tokens, which prevents one from doing a simple query such as
arxiv_class:"astro-ph"
to find them. I'm suggesting we should instead index these as