Hi Steffensen, Not sure about rows=-1, but retrieval engines are optimized to return top-N results. However, there exists special commands for "give me all" https://cwiki.apache.org/confluence/display/solr/Exporting+Result+Sets Ahmet
On Monday, May 23, 2016 11:38 PM, Per Steffensen <[email protected]> wrote: Hi Back when we used 4.4.0 I believe a query with rows=-1 returned all matching documents. In 5.1.0 (the one we are using now) rows=-1 will trigger a validation exception. If I remove the code that throws that exception, it seems like rows=-1 behaves like rows=0. Has the support for rows=-1 (give me all) been reintroduced in a release after 5.1.0? If yes, which JIRA-ticket? If no, any plans to reintroduce it? Any good reason for changing the rows=-1 behavior? Am I the only one that liked it? :-) Regards, Per Steffensen --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
