godystopia is a wrapper around the Tokyo Dystopia full text search library for the Go language.
It's very incomplete at this point. It only does what I've needed so far for an application I'm working on, a fast online foreign language dictionary.
It's also very probable that the go API will change drastically...
Get it from github:
git clone git://github.com/patrickxb/godystopia.git
You need to have go installed and have the GOROOT
, GOARCH
, GOOS
, and GOBIN
environment variables set.
After that, just do:
make
make install
Please let me know if you're using this library and if you have any questions or comments. You can contact me through github (username = patrickxb), @patrickxb on twitter, or you can figure out my email address based on my first name (patrick) and my company (xblabs.com).