Questions about LTR rescore on this document
- According to 'window_size >= from + size', for page_size: 10,
* Page 1: `from = 0`, window_size >= 10
* Page 2: `from = 10`, window_size >= 20
* Page 3: `from = 20`, window_size >= 30
According to the pagination limitation, we should use same 30 even for the 1st page?
-
Is it possible to use search_after in first pass query?
-
"query_text" is incorrect. It should be "query"
"params": {
"query_text": "the quick brown fox"
}