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"

Smart Pagination queries

2011-03-08 Thread javaxmlsoapdev
of post filtering I wouldn't know whether to paint "Next" link until results for "next" links are pre-fetched and filtered. Pre-fetching won't work as that would kill the performance and have no meaning of Solr pagination. Any better suggestion? Thanks, -- View this