[Xapian-discuss] Xapian binding for C#.
Olly Betts
olly at survex.com
Fri Jan 13 17:29:36 GMT 2006
On Fri, Jan 06, 2006 at 01:55:47AM +0000, Olly Betts wrote:
> On Thu, Jan 05, 2006 at 05:44:58PM -0800, Kevin SoftDev wrote:
> > Anyone know when Xapian bindings for C# will be ready?
>
> I've just finished a bout of work on them, and they're now at a
> comparable level of functionality to the other supported languages in
> the SVN version, which should become a release within the next week or
> two.
SWIG has recently gained the ability to map names of methods between
different capitalisation conventions ("get_document" vs "getDocument" vs
"GetDocument").
I believe the latter is the convention in C#. So I'm wondering if we
should make use of this new feature for the C# bindings. The only
downside seems to be that you'll need to mentally translate when reading
the C# API docs. Unless anyone has written much code using the C#
bindings, but I'd be suprised as they had a number of shortcomings which
I've only just addressed. But if we are going to do this, now's the
time to.
Thoughts?
Cheers,
Olly
More information about the Xapian-discuss
mailing list