I've been read much about Document Level Security https://issues.apache.org/jira/browse/SOLR-1895 https://issues.apache.org/jira/browse/SOLR-1872 https://issues.apache.org/jira/browse/SOLR-1834
But I not fully sure that these patch solved my problem? It seems to that change the original document ACL will need to re-build index "with document content". It make no sense to rebuild when I only change ACL. Have any idea? Or I just misunderstanding these patch? Floyd 2011/11/23 Floyd Wu <floyd...@gmail.com>: > Hi there, > > Is it possible to separate ACL index and document index and achieve to > search by user role in SOLR? > > Currently my implementation is to index ACL with document, but the > document itself change frequently. I have to perform rebuild index > every time when ACL change. It's heavy for whole system due to > document are so many and content are huge. > > Do you guys have any solution to solve this problem. I've been read > mailing list for a while. Seem there is not suitable solution for me. > > I want user searches result only for him according to his role but I > don't want to re-index document every time when document's ACL change. > > To my knowledge, is this possible to perform a join like database to > achieve this? How and possible? > > Thanks > > Floyd >