Hi:
Maybe this has been asked before.
Is there a plan to support ACL check on the documents in lucene?
Say I have a customized ACL check module, e.g.:
boolean ACLCheck(int docID,String user,String password);
And have some sort of framework to plug in something like that.
I was looking at the Filter class. I guess I can read the entire
index, for each document, feed it to the authentication module, if
authenticated, bitset the docID and return the BitSet instance. I
sounds very slow for large hits. I guess I can play with cacheing
etc.
Any other ideas?
Thanks
-John
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]