Re: Bitwise operation

2013-03-21 Thread Christopher ARZUR
ent's ACLs". Would that work? Upayavira On Thu, Mar 21, 2013, at 08:52 AM, Christopher ARZUR wrote: @Jan Høydahl : do you mean "cutom filter" ? @Walter Underwood : I also agree with you, I'd only use native functions of Solr, but I do not know how to solve my probl

Re: Bitwise operation

2013-03-21 Thread Christopher ARZUR
ww.cominvent.com Solr Training - www.solrtraining.com 20. mars 2013 kl. 10:01 skrev Christopher ARZUR : Hello and thank you for your answers. I'll try to explain my problem a little better: The goal is to manage ACLs via Solr without reindex the documents at each change of permission. I have hundre

Re: Bitwise operation

2013-03-20 Thread Christopher ARZUR
Actually my goal is to integrate Zend Framework ACL in Solr. My problem mainly concerns the inheritance, if rights of a group of documents are changed, I can not go through all the documents for the group and update these.

Re: Bitwise operation

2013-03-20 Thread Christopher ARZUR
Hello and thank you for your answers. I'll try to explain my problem a little better: The goal is to manage ACLs via Solr without reindex the documents at each change of permission. I have hundreds of thousands of documents, users and groups and permissions (allow / denied) or each of these gr

Bitwise operation

2013-03-19 Thread Christopher ARZUR
Hi, Does solr (4.1.0) supports /bitwise/ AND or /bitwise/ OR operator so that we can specify a field to be compared against an index using /bitwise/ AND or OR ? Thanks, -- Christopher

Bitwise operation

2013-03-19 Thread Christopher ARZUR
Hi, Does solr (4.1.0) supports /bitwise/ AND or /bitwise/ OR operator so that we can specify a field to be compared against an index using /bitwise/ AND or OR ? Thanks, Christopher