Close
jGuru Forums
Posted By: Anonymous Posted On: Thursday, July 27, 2006 05:09 AM
Is it possible to secure the information inside the Index? If yes, please suggest. If no, are there alternative solutions for this. NOTE: It is possible for a user to view the Index data using tools like Luke.
Re: Securing Indexed data
Posted By: Anonymous Posted On: Thursday, August 3, 2006 10:11 AM
There are basically two approaches you could choose to implement this:
If you have a predefined set of security roles, go for the second implementation. First of all this performs amazingly well in Lucene and does not require any additional filtering on your part. Secondly, you get only the results you expected to find; this enabled result-paging and other features that do not combine well with filtering.One drawback is that you will have to re-index all documents in case your security role structure changes!
Posted By: Otis_Gospodnetic Posted On: Thursday, July 27, 2006 09:26 PM