Re: Solr and Permissions

2011-04-12 Thread Liam O'Boyle
t something outside of > Solr for permission control. > thanks, > canal > > > > > > From: Jan Høydahl > To: solr-user@lucene.apache.org > Sent: Fri, March 11, 2011 4:17:22 PM > Subject: Re: Solr and Permissions > > Hi, >

Re: Solr and Permissions

2011-03-12 Thread Geert-Jan Brits
Ahh yes, sorry about that. I assumed ExternalFileField would work for filtering as well. Note to self: never assume Geert-Jan 2011/3/12 Koji Sekiguchi > (11/03/12 10:28), go canal wrote: > >> Looking at the API doc, it seems that only floating value is currently >> supported, is it true? >> > >

Re: Solr and Permissions

2011-03-11 Thread Koji Sekiguchi
(11/03/12 10:28), go canal wrote: Looking at the API doc, it seems that only floating value is currently supported, is it true? Right. And it is just for changing score by using float values in the file, so it cannot be used for filtering. Koji -- http://www.rondhuit.com/en/

Re: Solr and Permissions

2011-03-11 Thread go canal
Looking at the API doc, it seems that only floating value is currently supported, is it true? thanks, canal From: Geert-Jan Brits To: solr-user@lucene.apache.org Sent: Sat, March 12, 2011 1:42:38 AM Subject: Re: Solr and Permissions About the 'havi

Re: Solr and Permissions

2011-03-11 Thread Sujit Pal
___ > From: Sujit Pal > To: solr-user@lucene.apache.org > Sent: Fri, March 11, 2011 10:39:27 AM > Subject: Re: Solr and Permissions > > How about assigning content types to documents in the index, and map > users to a set of content types they are a

Re: Solr and Permissions

2011-03-11 Thread Geert-Jan Brits
About the 'having to reindex when permissions change'-problem: have a look at ExternalFileField http://lucene.apache.org/solr/api/org/apache/solr/schema/ExternalFileField.html which enables you to reload a file withou

Re: Solr and Permissions

2011-03-11 Thread Walter Underwood
On Mar 11, 2011, at 9:32 AM, Bill Bell wrote: > Why not just add a security field in Solr and use fq to limit to the users > permissions? You can. When permissions change, you need to reload every affected document. You also need to build the whole security filtering from scratch instead of ha

Re: Solr and Permissions

2011-03-11 Thread Bill Bell
Why not just add a security field in Solr and use fq to limit to the users permissions? Bill Bell Sent from mobile On Mar 11, 2011, at 10:27 AM, Walter Underwood wrote: > On Mar 10, 2011, at 10:48 PM, go canal wrote: > >> But in real world, any content management systems need full text searc

Re: Solr and Permissions

2011-03-11 Thread Walter Underwood
On Mar 10, 2011, at 10:48 PM, go canal wrote: > But in real world, any content management systems need full text search; so > the > question is to how to support search with permission control. > > I have yet to see a Search Engine that provides some sort of Content > Management > features li

Re: Solr and Permissions

2011-03-11 Thread go canal
PM Subject: Re: Solr and Permissions Hi, Talk to the ManifoldCF guys - they have successfully implemented support for document level security for many repositories including CMC/ECMs and may have some hints for you to write your own Authority connector against your system, which will fetch the

RE: Solr and Permissions

2011-03-11 Thread Tim Gilbert
What about using the BitwiseQueryParserPlugin? https://issues.apache.org/jira/browse/SOLR-1913 You could encode your documents with a series of permissions based on Bit flags and then OR them on query. Tim -Original Message- From: r...@intelligencebank.com [mailto:r...@intelligenceba

Re: Solr and Permissions

2011-03-11 Thread Jan Høydahl
; which provides search capability; and handling the permissions outside Solr? > thanks, > canal > > > > > > From: Liam O'Boyle > To: solr-user@lucene.apache.org > Cc: go canal > Sent: Fri, March 11, 2011 2:28:19 PM > Subje

Re: Solr and Permissions

2011-03-10 Thread go canal
content management features and Solr which provides search capability; and handling the permissions outside Solr? thanks, canal From: Liam O'Boyle To: solr-user@lucene.apache.org Cc: go canal Sent: Fri, March 11, 2011 2:28:19 PM Subject: Re: Solr and Permis

Re: Solr and Permissions

2011-03-10 Thread Liam O'Boyle
_ > From: Sujit Pal > To: solr-user@lucene.apache.org > Sent: Fri, March 11, 2011 10:39:27 AM > Subject: Re: Solr and Permissions > > How about assigning content types to documents in the index, and map > users to a set of content types they are allowed to access? T

Re: Solr and Permissions

2011-03-10 Thread go canal
correct? thanks, canal From: Sujit Pal To: solr-user@lucene.apache.org Sent: Fri, March 11, 2011 10:39:27 AM Subject: Re: Solr and Permissions How about assigning content types to documents in the index, and map users to a set of content types they are allowed to

Re: Solr and Permissions

2011-03-10 Thread Sujit Pal
How about assigning content types to documents in the index, and map users to a set of content types they are allowed to access? That way you will pass in fewer parameters in the fq. -sujit On Fri, 2011-03-11 at 11:53 +1100, Liam O'Boyle wrote: > Morning, > > We use solr to index a range of cont