search for: marienborg

Displaying 9 results from an estimated 9 matches for "marienborg".

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 port? the changes to this branch...
2008 Jan 31
1
Exception: Couldn't read enough (EOF)
When I try to issue $db->reopen(); I sometimes (not very often, but often enough to care about it), I get the following exception in the perl wrappings: Exception: Couldn't read enough (EOF) What can cause this? Can it fail if something is commiting when I issue the call? I am currently running xapian 1.0.4 on amd64 machines, with a custom Search::Xapian (patched to catch errors
2015 Aug 19
2
Perl bindings and MatchSpy
Hey I?m cleaning up some code at my work place, and it turns out someone had forked Search::Xapian and added MatchSpy bindings for it for one of our internal projects. I was wondering if I should try to extract this as a patch against the current Search::Xapian code, and submit it, or if that is not wanted/wasted effort? It seems to be against 1.2.4.n of Search::Xapian, but I think I should be
2016 Jan 01
2
Xapian 1.3.4 development snapshot released
...C. Leit?o, UsusDei, boomboo, Charles Atkinson, Brian Burton, Gaurav Arora, Marco Hennigs, Thomas Viehmann, Pavel Strashkin, Mikkel Kamstrup Erlandsen, Brandon Schaefer, Dagobert Michelsen, matf, Germ?n M. Bravo, Eric Lindblad, Josh Elsasser, John Alveris, Andrew Chilton, lhz7370, Val Rosca, Andreas Marienborg, and Andreas V?gele. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: http://xapian.org/bugs Since 1.2.17, I'm providing detached GPG signatures for each of the release tarballs (for each...
2015 Aug 19
0
Perl bindings and MatchSpy
On Wed, Aug 19, 2015 at 05:31:31PM +0700, Andreas Marienborg wrote: > I?m cleaning up some code at my work place, and it turns out someone > had forked Search::Xapian and added MatchSpy bindings for it for one > of our internal projects. I was wondering if I should try to extract > this as a patch against the current Search::Xapian code, and subm...
2015 Aug 28
0
Perl bindings and MatchSpy
On Tue, Aug 25, 2015 at 10:45:12AM +0700, Andreas Marienborg wrote: > If someone with more XS-exerpience could take a look and provide > some feedback, that would be great. Looks plausible to me. I'd suggest that ~Enquire_perl() just call ref_clear_matchspies(NULL); rather than repeating all its code inline. > I created a pull request[1]. I w...
2015 Dec 30
0
Xapian 1.2.22 released
.../1.2.22 A big thanks to the following people for helping to make this release a reality: Richard Boulton, Pavel Strashkin, Mikkel Kamstrup Erlandsen, Brandon Schaefer, Dagobert Michelsen, matf, Germ?n M. Bravo, Eric Lindblad, Josh Elsasser, John Alveris, Andrew Chilton, lhz7370, Val Rosca, Andreas Marienborg, and Andreas V?gele. If I've missed anyone out, you can claim an extra big thankyou. As always, if you encounter problems, please report them here, or to the bug-tracker: http://xapian.org/bugs Since 1.2.17, I'm providing detached GPG signatures for each of the release tarballs (for each...
2016 Jan 01
0
Xapian 1.3.4 development snapshot released
...ei, boomboo, Charles Atkinson, Brian Burton, Gaurav Arora, Marco >Hennigs, Thomas Viehmann, Pavel Strashkin, Mikkel Kamstrup Erlandsen, >Brandon Schaefer, Dagobert Michelsen, matf, Germ?n M. Bravo, Eric Lindblad, >Josh Elsasser, John Alveris, Andrew Chilton, lhz7370, Val Rosca, Andreas >Marienborg, and Andreas V?gele. > >If I've missed anyone out, you can claim an extra big thankyou. > >As always, if you encounter problems, please report them here, or to the >bug-tracker: http://xapian.org/bugs > >Since 1.2.17, I'm providing detached GPG signatures for each of th...
2008 Apr 24
3
how to delete all document from the DB (without deleting the DB itself)
Hello, I'm still testing PHP5 bindings and I could'nt find a way to delete all documents from a DB without deleting other informations stored in the DB such as synonyms. Since the process of adding synonyms is time consuming, I would like to use the same DB but restart my test without any document in the DB, is this possibile? I could'nt find a delete_all or a method like that, nor