Augmenting an existing index (was: ACLs and Lucene)

2005-05-30 Thread Sebastian Marius Kirsch
Hello, I have a similar problem, for which ParallelReader looks like a good solution -- except for the problem of creating a set of indices with matching document numbers. I want to augment the documents in an existing index with information that can be extracted from the same index. (Basically,

Re: ACLs and Lucene

2005-05-30 Thread Markus Wiederkehr
On 5/30/05, Robichaud, Jean-Philippe <[EMAIL PROTECTED]> wrote: > What about: > http://svn.apache.org/viewcvs.cgi/lucene/java/trunk/src/java/org/apache/luce > ne/index/ParallelReader.java?rev=169859&view=markup Thank you, this seems to be exactly what I am looking for. One thing I don't quiet und

RE: ACLs and Lucene

2005-05-30 Thread Robichaud, Jean-Philippe
: RE: ACLs and Lucene Markus, > I am working on a Document Management System where every > document has an Access Control List attached to it. Obviously > a search result should only consist of documents that may be > viewed by the currently logged in user. > > I can think

RE: ACLs and Lucene

2005-05-30 Thread Bruce Ritchie
Markus, > I am working on a Document Management System where every > document has an Access Control List attached to it. Obviously > a search result should only consist of documents that may be > viewed by the currently logged in user. > > I can think of three strategies to accomplish this goa

RE: ACLs and Lucene

2005-05-30 Thread Max Pfingsthorn
MAIL PROTECTED] / www.hippo.nl -- -Original Message- From: Markus Wiederkehr [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 09:47 To: Lucene users Subject: ACLs and Lucene I am working on a Document Management System where every document has an Access Control Li

ACLs and Lucene

2005-05-30 Thread Markus Wiederkehr
I am working on a Document Management System where every document has an Access Control List attached to it. Obviously a search result should only consist of documents that may be viewed by the currently logged in user. I can think of three strategies to accomplish this goal: 1) using Filter and