Open points (for me) --------------------
* Is it necessary to index the document properties or only the content ?
I expect to have faster queries if we index the content properties. Maybe we can provide both methods.
I would think you'd want to index properties as well as content. It would make the querying power much greater.
* security integration - How to apply security in the IndexHelper.search() method in order to be very fast ?
I don't know the specifics on the Slide side of things, but security for querying is of course an issue. Lucene supports filters, and a SecurityFilter could be written and stored in session scope allowing very fast queries for only documents the user is allowed to access - so that the user could do a free-form query but the set searched would only be what is allowed.
Erik
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
