lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hello Justin,
I have almost finished the project that binds Lua to Xapian.  The project is on github as the following:
https://github.com/sabrina-xapian

If you have time, you could check it out and test it. The lua/docs dir has some examples and a documentation file (index.html). There is also smoketest.lua in the lua dir, which you could use "make check" to test the basic function.

I think there maybe three areas that this project need improve:
1. error handling
2. improve configure file that make it support different version of OS well
3. make the API feel like native Lua code

As I am not an expert on the above three area, so any suggestion on that would be greatly appreciated. Thanks in advance.

 Other people who is interested could also give me some suggestion about the project. Thanks.

2011/4/26 Justin Cormack <justin@specialbusservice.com>
On Mon, 2011-03-21 at 17:54 +0800, xiaona han wrote:
> Hello,
> I am interested in the project "Supporting another lanaguag", which
> binding Lua to Xapian (http://trac.xapian.org/wiki/GSoCProjectIdeas).
> Xapian is an Open Source Search Engine Library written in C++, with
> bindings to allow use from Perl, Python, PHP, Java, Tcl, C# and Ruby.
> If Lua binds to Xapian, what benefit do we have from a Lua developer
> view? Do you think it is easy to implement it?
>
>

Glad to see you got accepted for this project!

Let me know if I can help in any way, certainly happy to do testing and
feedback.

Justin





--
 Best Regards,
  Sabrina