[Xapian-tickets] [Xapian] #158: Query::MatchAll and MatchNothing not wrapped for C#, Java, Perl, PHP (was: Query::MatchAll and MatchNothing not wrapped for C#, PHP, Ruby)

Xapian nobody at xapian.org
Tue Jun 21 07:11:48 BST 2011


#158: Query::MatchAll and MatchNothing not wrapped for C#, Java, Perl, PHP
-----------------------------+----------------------------------------------
 Reporter:  richard          |        Owner:  olly     
     Type:  defect           |       Status:  assigned 
 Priority:  normal           |    Milestone:  1.3.0    
Component:  Xapian-bindings  |      Version:  SVN trunk
 Severity:  normal           |   Resolution:           
 Keywords:                   |    Blockedby:           
 Platform:  All              |     Blocking:           
-----------------------------+----------------------------------------------
Changes (by olly):

  * milestone:  1.2.x => 1.3.0


Comment:

 Wrapped for Ruby in r15708.

 For PHP, these can't be class constants AFAICS, so they'd have to be a
 static singleton methods - i.e. {{{XapianQuery::MatchAll()}}} and
 {{{XapianQuery::MatchNothing()}}}.  Perhaps that's better than having to
 use {{{new XapianQuery('')}}} and {{{new XapianQuery()}}} - it's certainly
 better as self-describing code.

 Also, need to sort this out for Java and Perl.

 Target this at 1.3.0.

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



More information about the Xapian-tickets mailing list