[Xapian-tickets] [Xapian] #282: Assorted enhancements to omindex

Xapian nobody at xapian.org
Wed Oct 27 04:49:40 BST 2010


#282: Assorted enhancements to omindex
-------------------------+--------------------------------------------------
 Reporter:  olly         |       Owner:  olly     
     Type:  enhancement  |      Status:  new      
 Priority:  normal       |   Milestone:  1.2.x    
Component:  Omega        |     Version:  SVN trunk
 Severity:  normal       |    Keywords:           
Blockedby:               |    Platform:  All      
 Blocking:               |  
-------------------------+--------------------------------------------------

Comment(by olly):

 Trying to prise the various unrelated changes in this patch apart:

 Adding a way to allow FLAG_WILDCARD to be specified in omega is #418.

 I've created #512 for changing the default operator for Omega, and #513
 for adding tests for omindex, scriptindex, and the omega CGI.

 I've created #513 for the issue of adding a testsuite for omindex, etc.

 I've split out the textcat support into a separate patch (since those are
 the bulk of the remaining changes) and created #514 for that issue.

 The stripping of lines starting '### ' from unrtf output isn't needed now
 we get it to generate HTML (comments there use HTML comments).

 Reporting Xapian exceptions in scriptindex.cc improved in r15111 (just use
 get_description() instead of get_msg() as that gives all the info which
 this patch does).

 Indexing the file size as a value is done in trunk r15112 (as
 sortable_serialise() rather than a raw 32 bit values, as that allows a
 range search via a NumberVRP and is likely to be smaller for most files).

 I've also cleaned up lingering references to stuff previously stripped
 from the patch, and renamed the added {{{rmdir()}}} function to
 {{{rm_rf()}}} since it removes the contents as well as the directory, so
 it's surprising to name it the same as the standard function to remove
 just a directory.

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



More information about the Xapian-tickets mailing list