Hello, The pagination is supported by the knn_text_to_vector Query Parser. As long as your topK is greater than "start + rows", you can provide "rows" and "start" parameters.
For the hybrid search, I'm not sure what the current options in Solr are. In my solution, I run an RRF algorithm & the pagination outside Solr. Regards, Emeric Bernet-Rollande France Labs – Your knowledge, now Datafari Enterprise Search - Retrouvez-nous au salon Big Data & IA les 1 et 2 octobre à Paris, stand C31 -----Message d'origine----- De : Natarajan, Rajeswari <rajeswari.natara...@sap.com.INVALID> Envoyé : mardi 19 août 2025 20:23 À : users@solr.apache.org Objet : Pagination With Vector Search Hi All, I believe Solr pagination is supported with vector similarity parser and not with KNN as KNN supports only topK and pagination to be supported in client side. Please confirm. Also how would it work for hybrid search. Thanks, Rajeswari