Re: Custom filter for document permissions

2013-02-28 Thread Colin Hebert
Actually, after thinking for a bit, it makes sense to apply the post filter everywhere, otherwise I wouldn't be able to know the number of results overall (something I unfortunately really need). Anyways, thank you Timothy Colin Hebert On 28 February 2013 17:38, Colin Hebert wrote: >

Re: Custom filter for document permissions

2013-02-28 Thread Colin Hebert
Potter wrote: > Hi Colin, > > Your query is *:* so that is every document. Try a query that only > matches a small subset and see if you get different results. > > Cheers, > Tim > > On Thu, Feb 28, 2013 at 8:17 AM, Colin Hebert wrote: >> Thank you Timothy, >

Re: Custom filter for document permissions

2013-02-28 Thread Colin Hebert
+ documents and the query /select?q=*%3A*&fq={!sakai%20userId=admin}&tv=false&start=0&rows=1 takes ages to execute (and in my application I can see that solr is trying to apply the filter on absolutely every document. Cheers, Colin Colin Hebert On 26 February 2013 15:30, Timothy P