search for: mtibeica

Displaying 5 results from an estimated 5 matches for "mtibeica".

2012 Apr 27
4
GSoC xapian node binding
Posting recent offline discussion... On Fri, Apr 27, 2012 at 10:55 AM, Marius Tibeica <mtibeica at gmail.com> wrote: > Hi Liam, > > I've added the Enquire class and designed a query spec structured as a JS > object. Hope you like it :) > I'll probably be off a few days (there is a national holiday Tuesday which > means i have a long weekend :D) but maybe I'll...
2014 Aug 28
1
xapian golang binding
Hi, I would like to create a golang binding for xapian. Has anyone made the necessary swig files for it? If not can someone who has experience with swig offer tips or ready-made files? Cheers, Marius PS1: A sample of how the binding will be used: https://gist.github.com/mtibeica/7d2c680046b4bd0da751#file-quickstart-go PS2: I wrote the nodejs binding for xapian (found on https://github.com/mtibeica/node-xapian) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xapian.org/pipermail/xapian-devel/attachments/20140828/6c3838c7/att...
2012 Aug 06
1
Question about serialise
Hi, Do the serialise method of Document and Query produce a valid utf8 string? My problem is with the Node.JS binding. I serialise an object, convert the string to a javascript string, convert the javascript string to a std string and then try to unserialise. The error I get from Xapian is "Bad encoded length: no data". Thanks, Marius -------------- next part -------------- An HTML
2014 Dec 23
2
Working on project ideas for Google Summer of Code 2015
Hello everyone! I am Shashvat Tripathi, a student of BITS Pilani, India. (*LinkedIn <http://in.linkedin.com/pub/shashvat-tripathi/3a/2a8/75b> | **Github <https://github.com/shashvattrip>)*. I recently heard about GSoC and wanted to apply through it. I was going through this year's project proposals and a couple of them caught my interest. Support Another Language using SWIG
2012 Jul 09
1
Question about Document and TermIterator.get_termfreq()
Hi, While porting the unit tests from perl for the node binding I noticed a test failed. I basically create a document, add a few terms, add the document to a database and then call doc->termlist_begin().get_termfreq(). This throws "Can't get term frequency from a document termlist which is not associated with a database." What I think this means is that I can not call