GoXapian Port of C++ Xapian search library

Hi,
I’m please to inform you that I successfully Xapian 1.4.6 with Go 1.9. Thank’s to swig and cgo, the powefull search engine Xapian is now available in Go. With Xapian you can add elastic seach to your application. There is the link to the port,

and also the link to xapian

https://xapian.org/

To made use of GoXapian you must have the library xapian install in your /usr/local/lib path and it header’s in it /usr/local/include. For windows user’s you can compile the library with mingw64/32 and set the path of the library at the top of the xapian.go file and also the path of the header’s.

Thank!

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.