Details
-
Bug
-
Resolution: Fixed
-
Major
-
12.4-rc-1
-
None
-
Unit
-
Unknown
-
N/A
-
N/A
-
Description
Solr doesn't allow to perform query returning an unlimited number of rows.
If the rows parameter is not set, the default is to return 10 results.
However we defined in the Solr API that if the limit is -1, the returned number of results should be unlimited. And this contract is not respected in SolrEventStore since toSolrQuery is just ommitting the rows parameter in that case, leading to a limit of 10.
Attachments
Issue Links
- is duplicated by
-
XWIKI-17655 "Clear all" doesn't work properly anymore
- Closed