Rewrite Pagination Parameters for Reranking
Rewrite the start
and rows
parameters to request a constant number of documents from Solr, and apply start
and rows
pagination to the response at the end of the pipeline.
Rewrite "start" and "rows" parameters to request constant number of documents from Solr and apply "start" and "rows" pagination to response at the end of the pipeline. Used in conjunction with Fusion stages that rerank documents
skip - boolean
Set to true to skip this stage.
Default: false
label - string
A unique label for this stage.
<= 255 characters
condition - string
Define a conditional script that must result in true or false. This can be used to determine if the stage should process or not.
rowsFromSolrToRerank - integer
Number of results to request from Solr, to be reranked by downstream stages.
Default: 500