> How to test the results set based on security from SOLR Admin by just passing > the user-name ? I think you can request the below to Solr.
http://localhost:8080/solr/select?q=*:*&AuthenticatedUserName=username@domain Shinichiro Abe On 2012/04/02, at 19:53, Anupam Bhattacharya wrote: > > I have synchronized the documents from Documentum repository to SOLR. I can > see that my token fields are populated. > > I have configured the solrconfig.xml with the below changes > > <!-- ManifoldCF document security enforcement component --> > <searchComponent name="manifoldCFSecurity" > class="org.apache.solr.mcf.ManifoldCFSearchComponent"> > <str > name="AuthorityServiceBaseURL">http://localhost:8345/mcf-authority-service</str> > </searchComponent> > > <requestHandler name="search" class="solr.SearchHandler" default="true"> > <arr name="last-components"> > <str>manifoldCFSecurity</str> > </arr> > ... > </requestHandler> > > After enabling I can't see any records. > > How to test the results set based on security from SOLR Admin by just passing > the user-name ? > > http://localhost:8080/mcf-authorityservice/UserACLs?username={user-id-of-repository} > >