Huawei
H13-723_V2.0 · Question #140
In the Solr application query scenario, when the query results are paged in depth, the cursor needs to be used to page in depth. Which of the following is correct about the cursor? (multiple choice)
The correct answer is B. The uniqueKey field must be sorted C. In the first query request, you need to specify the query parameters, the operation method is as D. When querying, the start parameter cannot be included in the request E. There will be nextCursorMark in the return result of Solr, use this value as oursorMark in the next. See the full explanation below for the reasoning.
Question
In the Solr application query scenario, when the query results are paged in depth, the cursor needs to be used to page in depth. Which of the following is correct about the cursor? (multiple choice)
Options
- AThe query field must be sorted
- BThe uniqueKey field must be sorted
- CIn the first query request, you need to specify the query parameters, the operation method is as
- DWhen querying, the start parameter cannot be included in the request
- EThere will be nextCursorMark in the return result of Solr, use this value as oursorMark in the next
How the community answered
(16 responses)- A25% (4)
- B75% (12)
Community Discussion
No community discussion yet for this question.