Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
8.10.1
-
None
-
None
Description
Currently, in the debug=timing query parameter, no information is given on the time required to execute features extraction (https://solr.apache.org/guide/8_10/common-query-parameters.html#debug-parameter).
This is crucial for those who use learning to rank and what to improve the temporal performance of learning to rank queries.
This can help them in differentiating the time required by features extraction (that is separately done for each document to rerank) and the time required by the model to assign a score to each document.