Re: Selective field level security

2012-09-17 Thread Lance Norskog
nt: Monday, September 17, 2012 12:33:48 PM | Subject: RE: Selective field level security | | Hi Nalini, | | We had similar requirements and this is how we did it (using your | example): | | Record A: | Field1_All: | Field1_Private: | Field2_All: '' |

RE: Selective field level security

2012-09-17 Thread Swati Swoboda
Hi Nalini, We had similar requirements and this is how we did it (using your example): Record A: Field1_All: Field1_Private: Field2_All: '' Field2_Private: Field3_All: '' Field3_Private: Fields_All: Fields_Private:

Re: Selective field level security

2012-09-17 Thread Peter Sturge
Hi, Solr doesn't have any built-in mechanism for document/field level security - basically it's delegated to the container to provide security, but this of course won't apply to specific documents and/or fields. There are are a lot of ways to skin this cat, some bits of which have been covered by