Re: Query in Solr plugin across shards

2015-03-23 Thread Kevin Osborn
Thanks. It is a fairly large ACL, so I am hoping to avoid any sort of application redirect. That is sort of the problem we are trying to solve actually. Our list was getting too large and we were maxing out maxBooleanQueries. And I don't know which shard the user document is located on, just its

Re: Query in Solr plugin across shards

2015-03-23 Thread Erick Erickson
How much information do you need from this document? If it's a reasonably small amount, can you read it at the application layer and attach it as a set of parameters to the query that are then available to the post filter. Or is it a huge ACL list of something In this latter case, if you know