[Xapian-tickets] [Xapian] #394: Speed up phrase queries with a "settling pond"

Xapian nobody at xapian.org
Wed Nov 2 15:15:31 GMT 2011


#394: Speed up phrase queries with a "settling pond"
-------------------------+--------------------------------------------------
 Reporter:  olly         |       Owner:  olly    
     Type:  enhancement  |      Status:  assigned
 Priority:  high         |   Milestone:  1.3.0   
Component:  Matcher      |     Version:  1.1.2   
 Severity:  normal       |    Keywords:          
Blockedby:               |    Platform:  All     
 Blocking:               |  
-------------------------+--------------------------------------------------

Comment(by olly):

 It occurred to me that we should be able to just make this a !PostList
 subclass which the matcher can read from.  It will return out-of-order
 docids, but that's OK as we already handle that for remote matches.  And
 it'll mean we don't have to complicate the matcher main loop further,
 which can only be a good thing.

-- 
Ticket URL: <http://trac.xapian.org/ticket/394#comment:6>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list