0
當在solr查詢中使用cursorMark和timeAllowed時,服務器返回錯誤:無法同時使用cursorMark和timeAllowed進行搜索。爲什麼cursorMark和timeAllowed不能一起使用?
爲什麼發生? 有沒有解決方法?
當在solr查詢中使用cursorMark和timeAllowed時,服務器返回錯誤:無法同時使用cursorMark和timeAllowed進行搜索。爲什麼cursorMark和timeAllowed不能一起使用?
爲什麼發生? 有沒有解決方法?
原因是,如果timeAllowed觸發,nextCursorMark值將沒有任何意義。因此,當timeAllowed出現時,Solr拒絕執行cursorMark搜索,而不是搜索可能返回一個borked值。