Hi @ all, i try to create a query out of a webbased content management system. In The CMS there are some protecetd Documents. While Feeding the Documents to Solr I have the Information: A Document is not protected ore someone with userGroup:group1 has access. So the query can look like:
collection:collection1 AND textbody:"text" AND unprotected:true OR userGroups:"group1" OR userGroups:"group2" ... OR all other userGroups from user Session How does The Query look like, if Document contains Must-Have Permissions. I have this information while Feeding, so i have the possibility to Feed mustHaveGroups. I need to get all results matching the user Session and mustHaveUserGroup. Thanks for posting ideas! -- View this message in context: http://old.nabble.com/Query-from-User-Session-to-Documents-with-Must-Have-Permissions-tp27743114p27743114.html Sent from the Solr - User mailing list archive at Nabble.com.