On Wed, Sep 3, 2008 at 2:09 AM, Sergiu Dumitriu <[email protected]> wrote:
One item that I noted was that the object data is being stored in the index, but there does not seem to be anything in the SearchResult interface that allows for getting the values back. Is there a reason the data is stored? I see two options here, first would be to add a method in SearchResult that lets one get the object data out (but that ends up having security issues for pages that one would not normally be able to see), the other would be to just index the data and not store it (which should reduce the index size). Any thoughts on the best direction here?
Rights are a pretty serious topic here. I'd be in favor of displaying the context of a search hit, but it will require rights check inside the lucene plugin. We should vote for this.
For me, +1 for displaying the hit context, i.e. keep the data in the index.
+1 for rights check inside the lucene plugin, displaying the hit context would be nice. -- Jean-Vincent Drean