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: ''
|
'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
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
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 :
>
> >
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
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
>
>
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