Re: v4.0 upgrade to v4.1 with custom fq

2014-10-29 Thread nbosecker
No, I mean 4.1.0, not 4.10, although my ultimate goal is to get to 4.10. (And now 4.10.2 as you suggest!) I tried 4.0->4.10 first, ran into this issue, and decided to go one step at a time and try going from 4.0->4.1. -- View this message in context: http://lucene.472066.n3.nabble.com/v4-0-up

Re: v4.0 upgrade to v4.1 with custom fq

2014-10-29 Thread Erick Erickson
Hmmm, my first question is whether you really mean 4.1.0 Or 4.10? Because if it's the former I really have to ask why you'e use such an old version. I'm assuming that's a typo. BTW, 4.10.2 is being released as we speak, so you'll really want to consider using that version assuming you meant 4

v4.0 upgrade to v4.1 with custom fq

2014-10-29 Thread nbosecker
I've inherited some code that filters requests for ACL by implementing a servlet Filter and wrapping the request to add parameters (user/groups) to the request as fq, and also handling getParameter()/getParameterMap() that Solr invokes to get those values from the request. Solrconfig.xml has place