Re: permission control or category-wise search with Lucene

2005-08-30 Thread David Medinets
I explored the idea of Role-Based Access Control using Lucene at http://affy.blogspot.com/2003/04/using-lucene-for-role-based-access.html. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECT

Re: Serialized Java Objects

2005-08-25 Thread David Medinets
I believe that Java 1.4 and 1.5 can serialize and deserialize objects directly to XML. Therefore you can store the XML directly into Lucene as an unindexed field. You could also use one of the XML analyzers to parse and index the fields. On 8/25/05, Kevin L. Cobb <[EMAIL PROTECTED]> wrote: > I jus