Re: Searching and sorting over multiple collections

2012-08-28 Thread Per Steffensen
Per Steffensen skrev: Hi Due to what we have seen in recent tests I got in doubt how Solr search is actually supposed to behave * Searching with "distrib=true&q=*:*&rows=10&collection=x,y,z&sort=timestamp asc" ** Is Solr supposed to return the 10 documents with the lowest timestamp across a

Searching and sorting over multiple collections

2012-08-27 Thread Per Steffensen
Hi Due to what we have seen in recent tests I got in doubt how Solr search is actually supposed to behave * Searching with "distrib=true&q=*:*&rows=10&collection=x,y,z&sort=timestamp asc" ** Is Solr supposed to return the 10 documents with the lowest timestamp across all documents in all sli