DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36045>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36045

           Summary: DASL sorting moved into Lucene for better performance
           Product: Slide
           Version: Nightly
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Search
        AssignedTo: slide-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


I've moved the sorting of Basic DASL searches into Lucene. This speeds up
queries tramendously. Also, I've moved the limiting into
AbstractLuceneExpression.execute() which has the effect of only accessing
properties of resources actually interesting to the user given the limit that
was supplied. Profiling showed that this is actually the real bottleneck when
evaluating DASLs, so the previous "access everything and sort in memory"
approach is suboptimal. Security is not circumvented by this. This patch also
fixes a behavioural bug of the AbstractLuceneExpression where the search would
fail if access to any of the hits were denied.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to