[Xapian-tickets] [Xapian] #596: API for suggesting query completions

Xapian nobody at xapian.org
Wed Apr 4 04:02:06 BST 2012


#596: API for suggesting query completions
-------------------------+--------------------------------------------------
 Reporter:  olly         |       Owner:  olly 
     Type:  enhancement  |      Status:  new  
 Priority:  normal       |   Milestone:  1.3.x
Component:  Library API  |     Version:       
 Severity:  normal       |   Blockedby:       
 Platform:  All          |    Blocking:       
-------------------------+--------------------------------------------------
 As suggested by codepython777 on IRC, it would be good to have a way to
 suggest query completions.

 This is probably related to query expansion, but simply turning the query
 so far into a document and using it as the RSet isn't going to help as
 that will only suggest terms already in the query.

 Running the query without the partial term, marking the top N, and
 expanding might work (and mostly just needs a way to tell !QueryParser to
 parse the query string in a slightly different way to give the query to
 run to get expand terms), or perhaps there's a simpler way.

 Marking as 1.3.x for now, though it's probably an API addition so could be
 done during 1.4.x.

-- 
Ticket URL: <http://trac.xapian.org/ticket/596>
Xapian <http://xapian.org/>
Xapian



More information about the Xapian-tickets mailing list