You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When querying publications by category using the arXiv API and sorting them by relevance, it is unclear how the results are ordered. For example, the results from the following query are not sorted by publication or update date, and all should be equally relevant to the topic of AI, so what are the important parameters for the sorting?
A more detailed explanation in the API documentation about the sorting mechanism when querying by relevance. Specifically, the main parameters that determine the order of the results should be clarified. Specifically, how does sorting by relevance work when all the publications are equally relevant to the search query?
The text was updated successfully, but these errors were encountered:
Unfortunately this is just standard Lucene's RELEVANCE sort from an older version of the documentation. It's probably using some internal optimization that's not clearly explained on that page.
Unfortunately this is just standard Lucene's RELEVANCE sort from an older version of the documentation. It's probably using some internal optimization that's not clearly explained on that page.
I opened a clarification request on Apache Lucene, they might be able to clarify the internal workings of their sorting algorithm.
Link to issue: apache/lucene#14295
Problem
When querying publications by category using the arXiv API and sorting them by relevance, it is unclear how the results are ordered. For example, the results from the following query are not sorted by publication or update date, and all should be equally relevant to the topic of AI, so what are the important parameters for the sorting?
Desired solution
A more detailed explanation in the API documentation about the sorting mechanism when querying by relevance. Specifically, the main parameters that determine the order of the results should be clarified. Specifically, how does sorting by relevance work when all the publications are equally relevant to the search query?
The text was updated successfully, but these errors were encountered: