Hi guys! For the past year I¹ve been using Solr with Coldfusion as a search engine for a Library, so far so good I¹ve managed to index different collections using only the 5 custom fields (category, custom1 ... 5) available, since It has worked so good I decided to use Solr to make something like a General Search of all the collections, what I did was that in the <cfsearch> tag under the ³collection² attribute I separated all of the collections using a comma,
Works like a charm, but there is one problem, the maxrows attribute is set to 10, this means 10 results per page, but when you put several collections in the attribute, what it does is that adds 10 results per page per collections, so if a have 4 comma separeted collections the max rows forces itself to 40 results per page instead of the 10 total I¹m aiming to. My question is: Is there a way to fix this? Is there a way to make the maxrow attribute global and prevent it to add more rows per collection? Thanks in advance. Alex.