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
't have to search each individual field -- we use copyfields to copy all private fields into the super field and just search that. I hope this helps. Swati -Original Message- From: Nalini Kartha [mailto:nalinikar...@gmail.com] Sent: Monday, September 17, 2012 2:45 PM To: solr-user@lucene

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

Re: Field level security

2008-09-18 Thread Otis Gospodnetic
lt;[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, September 18, 2008 3:21:01 AM > Subject: Re: Field level security > > Hi Otis, > Thanks for the response. I'll try and inline some clarity... > > 2008/9/18 Otis Gospodnetic : > > >

Re: Field level security

2008-09-18 Thread Geoff Hopson
Hi Otis, Thanks for the response. I'll try and inline some clarity... 2008/9/18 Otis Gospodnetic <[EMAIL PROTECTED]>: >> I am trying to put together a security model around fields in my >> index. My requirement is that a user may not have permission to view >> certain fields in the index when he

Re: Field level security

2008-09-17 Thread Otis Gospodnetic
Hi, I don't understand all the details, but I'll inline a few comments. - Original Message > From: Geoff Hopson <[EMAIL PROTECTED]> > To: solr-user@lucene.apache.org > Sent: Thursday, September 18, 2008 1:44:33 AM > Subject: Field level security > >

Field level security

2008-09-17 Thread Geoff Hopson
Hi, First post/question, so please be gentle :-) I am trying to put together a security model around fields in my index. My requirement is that a user may not have permission to view certain fields in the index when he does a search. For example, he may have permission to see the name and address