Hi All, When I perform a search with grouping result in a groups and do limit results in one group I got that *numFound* is the same as I didn't use limit.looks like SOLR first perform search and calculate numFound and that group and limit the results.I do not know if this is a bug or a feature :)But I cannot use pagination and other stuff.Is there any workaround or I missed something ?Example:I want to search book title and limit the search to 3 results per one publisher.q=book_title: solr php&group=true&group.field=publisher&group.limit=3&group.main=trueI have for apress publisher 20 results but I show only 3 that works OKBut in numFound I still have 20 for apress publisher...
-- View this message in context: http://lucene.472066.n3.nabble.com/Grouping-results-with-group-limit-return-wrong-numFound-tp4108174.html Sent from the Solr - User mailing list archive at Nabble.com.