search for: perlmatchdecid

Displaying 3 results from an estimated 3 matches for "perlmatchdecid".

Did you mean: perlmatchdecider
2015 Aug 25
2
Perl bindings and MatchSpy
On 19 August 2015 at 20:55:32, Olly Betts (olly at survex.com) wrote: On Wed, Aug 19, 2015 at 05:31:31PM +0700, Andreas Marienborg wrote: > If I want to create a patch, should it be against the xapian-bindings > directory/repo? or somewhere else? Against the search-xapian directory of the git repo would be best. Hey, I made a branch from svn/1.2 on github, and tried to forward
2015 Aug 28
0
Perl bindings and MatchSpy
...LL); rather than repeating all its code inline. > I created a pull request[1]. I would like to get the PerlMatchSpy thing > working as well, but it might be better to get the wrapping of the? > ValueCountMatchSpy merged/released regardless of the PerlMatchSpy > thing? The classes like perlMatchDecider are there to support passing a code reference in Perl where the C++ API wants a functor object. But Xapian::MatchSpy is rather more than just a function wrapped in a class, so I'm not sure it's very useful to be able to pass a code reference for it. I guess you could store the informati...
2015 Sep 09
2
custom ValueRangeProcessor in Perl?
Hello, I'm using the XS Perl bindings packaged with Debian stable and am interested in implementing my a custom ValueRangeProcessor (using DateTimeX::Easy for human-friendly date parsing) Unfortunately, I'm not sure if it's possible with the add_valuerangeprocessor API via Perl. Reading the XS/*ValueRangeProcessor.xs source files, I'm seeing "process_value_range"