Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Philip Durbin
dex only the "permission assignments" documents. As you noted, the third set of documents about "groups" aren't being used so I deleted them. I'm going to play around with this in our actual code. Thanks, Yonik! Phil p.s. You were right about the single JO

Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Yonik Seeley
On Wed, Nov 19, 2014 at 9:22 AM, Philip Durbin wrote: > On Wed, Nov 19, 2014 at 5:45 AM, Yonik Seeley wrote: >> On Tue, Nov 18, 2014 at 3:47 PM, Philip Durbin >> wrote: >>> Solr JOINs are a way to enforce simple document security, as explained >>> by Yonik Seeley at >>> http://lucene.472066.n3.n

Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Philip Durbin
On Wed, Nov 19, 2014 at 5:45 AM, Yonik Seeley wrote: > On Tue, Nov 18, 2014 at 3:47 PM, Philip Durbin > wrote: >> Solr JOINs are a way to enforce simple document security, as explained >> by Yonik Seeley at >> http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-tp4

Re: Solr JOIN: keeping permission data out of primary documents

2014-11-19 Thread Yonik Seeley
On Tue, Nov 18, 2014 at 3:47 PM, Philip Durbin wrote: > Solr JOINs are a way to enforce simple document security, as explained > by Yonik Seeley at > http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-tp4126992p4126994.html > > I'm trying to tweak this pattern so t

Solr JOIN: keeping permission data out of primary documents

2014-11-18 Thread Philip Durbin
Solr JOINs are a way to enforce simple document security, as explained by Yonik Seeley at http://lucene.472066.n3.nabble.com/document-level-security-filter-solution-for-Solr-tp4126992p4126994.html I'm trying to tweak this pattern so that I don't have to keep the security information in each of my