Re: Smart Pagination queries

2011-03-18 Thread Erik Hatcher
And don't forget about faceting (and now grouping) that are dependent upon the result set being entirely set within the query component. So if you're client-side filtering out docs your facet counts could be way wrong (and again, also grouping). Erik On Mar 17, 2011, at 20:57 , C

Re: Smart Pagination queries

2011-03-17 Thread Chris Hostetter
: In order to paint "Next" links app would have to know total number of : records that user is eligible for read. getNumFound() will tell me that : there are total 4K records that Solr returned. If there wasn't any : entitlement rules then it could have been easier to determine how many : "Next"